I've read here:

http://css-discuss.incutio.com/?page=RenderingMode

and here:

http://hsivonen.iki.fi/doctype/

that if you include the xml declaration:

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

Then IE6 (and others?) go into quirks mode.  Is there a way in lift to
omit this from IE? I tried removing it from my default.html template,
but Lift still spits it out.

We're using:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-
strict.dtd">

along with Content-Type=application/xhtml+xml; charset=utf-8

I'm also open to thoughts on other pragmatic solutions to getting
browsers to render our XHTML nicely :)

- Alex

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to