Filip S. Adamsen-2 wrote:
>
> 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]
>
>
>
Yeah, that's right, but after following the tutorial given by Kristian, i
get that piece of code in every page. I'm not inserting anything consciusly
and i want to avoid that line. Thank you so much for your response, but I
think it's not the solution... :-(
--
View this message in context:
http://www.nabble.com/Tags-not-being-closed-by-t5.-W3C-Accesibility-Fails-%3A%28-tp19665554p19667812.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]