Thursday, November 04, 2004 - Posts

XHTML doctype asp.net

After Reading a post by Jeffrey Palermo on Maxathon , that I too have beeing using for a while. He suggests using strict XHTML and CSS to reduce cross browser issues, and he is correct this does significantly reduce differences.

The problem I have encounted is that I have never been able to validate any asp.net 1.1 app on w3c's validator. asp.Net doesn't close all tags and the "name" attribute has beed depricated to name a couple.

Has anyone managed to create a method of rendering strict XHTML on asp.net 1.1?

Andy

with 0 Comments