Strange behaviour in IE with auto generated HTML comments

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Strange behaviour in IE with auto generated HTML comments

masionas
Hi Guys,

There is a weird problem when comments are flushed before the DOCTYPE declaration. The page layout goes off. It happens only in IE. Tested in 6/7 versions. Is there any config setting to switch off the generation and output of these comments? Or maybe any other known workaround? Thank you in advance guys.





<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

Reply | Threaded
Open this post in threaded view
|

Re: Strange behaviour in IE with auto generated HTML comments

Jacques Le Roux
Administrator
Please see http://www.nabble.com/Strange-Errors-td21286095.html#a21293971

Jacques

From: "masionas" <[hidden email]>

>
> Hi Guys,
>
> There is a weird problem when comments are flushed before the DOCTYPE
> declaration. The page layout goes off. It happens only in IE. Tested in 6/7
> versions. Is there any config setting to switch off the generation and
> output of these comments? Or maybe any other known workaround? Thank you in
> advance guys.
>
>
> <!-- Begin Screen component://ecommerce/widget/GeneralScreens.xml#index -->
> <!-- Begin Screen
> component://ecommerce/widget/CommonScreens.xml#main-decorator -->
> <!-- Begin Template
> component://udecommerce/webapp/website/includes/header.ftl -->
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
>
>
> --
> View this message in context:
> http://www.nabble.com/Strange-behaviour-in-IE-with-auto-generated-HTML-comments-tp21922621p21922621.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: Strange behaviour in IE with auto generated HTML comments

masionas
Thank you, Jacques. That was it.

jacques.le.roux wrote
Please see http://www.nabble.com/Strange-Errors-td21286095.html#a21293971

Jacques

From: "masionas" <michael@softasap.net>
>
> Hi Guys,
>
> There is a weird problem when comments are flushed before the DOCTYPE
> declaration. The page layout goes off. It happens only in IE. Tested in 6/7
> versions. Is there any config setting to switch off the generation and
> output of these comments? Or maybe any other known workaround? Thank you in
> advance guys.
>
>
>
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
>
>
> --
> View this message in context:
> http://www.nabble.com/Strange-behaviour-in-IE-with-auto-generated-HTML-comments-tp21922621p21922621.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>