jasonxsmithx
New Member
I have been trying to look for a solution for this W3C HTML validation error for more than I should be. I still can't figure out how to solve this. If anyone in here could help me out, that would be great.\[code\]Line 109, Column 27: The for attribute of the label element must refer to a form control. <label for="location">Location</label>Line 162, Column 27: The for attribute of the label element must refer to a form control. <label for="location">Location</label> \[/code\]HTML CODE \[code\]<fieldset id="meat"> <legend>Meat Toppings</legend> <label for="location">Location</label> <img src="http://stackoverflow.com/questions/15571402/full.png" alt="full"> <img src="http://stackoverflow.com/questions/15571402/left.png" alt="left"> <img src="http://stackoverflow.com/questions/15571402/right.png" alt="right"> <img id="location" src="http://stackoverflow.com/questions/15571402/none.png" alt="none">\[/code\]