Hello; Seems my site has 2 errors, but i couldnt fix it. Errors; [B]Validation Output: 2 Errors [/B] [LIST=1] [*] [IMG]http://validator.w3.org/images/info_icons/error.png[/IMG] [I]Line 111, Column 13[/I]: ID "dgShowBlog__ctl2_lblHTML" already defined.<p><span id="[B]d[/B]gShowBlog__ctl2_lblHTML" class="yazi"><br /> [URL="http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.tumer-metin.com%2F;errmsg_id=141#errormsg"]✉[/URL] An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). [*] [IMG]http://validator.w3.org/images/info_icons/info.png[/IMG] [I]Line 110, Column 13[/I]: ID "dgShowBlog__ctl2_lblHTML" first defined here.<p><span id="[B]d[/B]gShowBlog__ctl2_lblHTML" class="yazi">“İbrahim (as), “ [*] [IMG]http://validator.w3.org/images/info_icons/error.png[/IMG] [I]Line 113, Column 13[/I]: ID "dgShowBlog__ctl2_lblHTML" already defined.<p><span id="[B]d[/B]gShowBlog__ctl2_lblHTML" class="yazi">Hani hep derler ya bugün bay [URL="http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.tumer-metin.com%2F;errmsg_id=141#errormsg"]✉[/URL] An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). [*] [IMG]http://validator.w3.org/images/info_icons/info.png[/IMG] [I]Line 110, Column 13[/I]: ID "dgShowBlog__ctl2_lblHTML" first defined here.<p><span id="[B]d[/B]gShowBlog__ctl2_lblHTML" class="yazi">“İbrahim (as), “[/LIST] Code (markup): How could i fix it?
I checked your site and pass validation. Have you fixed it yet ? BTW the problem was because using same id attribute on two <span> elements. That could be a problem using DOM functions like getElementById().