B
Bobby Edward
To use XHTML Strict all I have to do is...
1. Add this to the top of my master page/ASPX page(s)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
2. Add this to my web.config "<system.web>" section
<xhtmlConformance mode="Strict" />
Correct????
1. Add this to the top of my master page/ASPX page(s)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
2. Add this to my web.config "<system.web>" section
<xhtmlConformance mode="Strict" />
Correct????