Any way to get the framework to output HTML4.01 instead of XHTML?

  • Thread starter Thread starter Alan Silver
  • Start date Start date
A

Alan Silver

Hello,

Is there any way to get the framework to output HTML4.01 instead of
XHTML? I only ask because there is little or no benefit to using XHTML
and as I have much more experience in HTML, I feel more comfortable
working with that.

I know the xhtmlConformance setting allows you to change the level of
XHTML, but what about changing to HTML?

TIA
 
Brock said:
<xhtmlConformance mode="Legacy"/>

Are you sure that produces HTML4.01? if so, what level? MSDN is
particularly unhelpful on this setting and merely says...

"Reverts a number of rendering changes made for conformance to the v1.1
rendering behavior"

....which is useless!!

Thanks
 
Are you sure that produces HTML4.01? if so, what level? MSDN is
particularly unhelpful on this setting and merely says...

"Reverts a number of rendering changes made for conformance to the
v1.1 rendering behavior"

It's the only non-XHTML option they offer :)

-Brock
http://staff.develop.com/balle
 
Brock said:
It's the only non-XHTML option they offer :)

So I see, but what exactly does it output? MSDN doesn't say what level
of HTML.
 

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