G
Guest
When accessing a VB.net application I've created with mozilla it replaces div
tags with table tags. I realize that this is a "feature" of .NET to support
browsers that are older but Mozilla and Firefox have terrific support for
current HTML standards. Our application is going to be viewed by
Mozilla-based browsers and the markup that displays in anything other than IE
is ugly. (Changing your user agent to IE in mozilla renders the same
application exactly the same as in IE). Is there anyway to disable this kind
of "smart" rendering by .NET?
Regards,
David Gardner
tags with table tags. I realize that this is a "feature" of .NET to support
browsers that are older but Mozilla and Firefox have terrific support for
current HTML standards. Our application is going to be viewed by
Mozilla-based browsers and the markup that displays in anything other than IE
is ugly. (Changing your user agent to IE in mozilla renders the same
application exactly the same as in IE). Is there anyway to disable this kind
of "smart" rendering by .NET?
Regards,
David Gardner