Hi!
I have a web page with this code
<?php include("galleri.php"); ?>
In the galleri file is the following:
<ul>
<li class="active">
<img src="a.jpg" alt="Beskrivelse" title="Noget tekst med Æ, Ø og Å">
</li>
</ul>
Æ, Ø and Å is danish characters
The problem is that when the page is open in the browser it returns somthing like: Noget tekst med æ, ø og æ..
I've tried different solutions with meta tags, and php commands like the one that translates charset (can't remember the name)...
Nothing seemed to work so please help..