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 comments:
thanks but can u be more specific ?
what is that file that i should add to ?
Post a Comment