Legacy HTML rendering on page level

  • Thread starter Thread starter Andreas Bergmeier
  • Start date Start date
A

Andreas Bergmeier

Hi.
Does anybody know whether html rendering is available on page level?
I know the xhtmlConformance setting in the web.config - but I'd like
such a configurability on page level because I have just 1 page that has
to render in html mode.
 
I"m not quite sure what you mean my "HTML mode". Have you looked into the
HTML DOCTYPE HTML attribute?

Peter
 
Does anybody know whether html rendering is available on page level?
I know the xhtmlConformance setting in the web.config - but I'd like such
a configurability on page level because I have just 1 page that has to
render in html mode.

HTML mode...? What's that...?
 
I may not be completely in sync with what you are trying to convey, but isn't
XHTML nothing but well-formed HTML ?

Alteast so I thought.
 
Sashidhar said:
I may not be completely in sync with what you are trying to convey, but isn't
XHTML nothing but well-formed HTML ?

Alteast so I thought.
Kind of.
Problem is I need html in order to be able to load it via
document.open/document.write.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top