Hi,

You don't need to have the <?xml version="1.0" encoding="UTF-8"?> bit at the beginning of your pages - UTF-8 is the default encoding for XML files, so it should - and does - work without it.

Besides, (older versions of) Internet Explorer tends to trip on it.

-Filip

On 2008-09-25 12:44, Daniel Alonso Sanchez wrote:
Wow, it works! Thanks so much, i didn't know anything about that but, there
is another problem.
That solution is great for closing the tags, but it introduce this piece of
code at the begining of the page

<?xml version="1.0" encoding="UTF-8"?>


this <?xml version="1.0" encoding="UTF-8"?> is causing a wrong placing of
our divs. On the other hand, placing <?xml version="1.0" encoding="UTF-8"?>
into the <head> section makes everything ok.
Is there any solution for this misplacing? Something like a meta charset
tag? Thank you so much again

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to