Wednesday 8 October 2008

there is no attribute "name"

One of my favourite errors when trying to compile XHTML 1.0 Strict code. The fix is easy but one I always forget. Just add the following to the web.config within the <system.web> tag.

<xhtmlConformance mode="Strict" />

1 comment:

sagive said...

thanks but can u be more specific ?
what is that file that i should add to ?