voloproductions
04-05-2011, 06:04 PM
Doc Type:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
The Code:
<li><a href="#" id="M1"><div class="alignment">RESTURANT<br />EQUIPMENT</div></a></li>
<li><a href="#">SMALLWARES</a></li>
<li><a href="#" id="M3"><div class="alignment">STORAGE/<br />TRANSPORT</div></a></li>
<li><a href="#">TABLETOP</a></li>
<li><a href="#">DISPOSABLES</a></li>
<li><a href="#">FURNITURE</a></li>
<li><a href="#">CONSUMABLES</a></li>
<li class="last-child"><a href="#" id="M8"><div class="alignment">JANITORIAL<br />SUPPLIES</div></a></li>
Errors:
document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
So how can I write the above HTML to be valid? I need the div's to help control the double line menu... If I put padding on the a tag then my house over image get's padded down so any solution to this so I can have valid code?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
The Code:
<li><a href="#" id="M1"><div class="alignment">RESTURANT<br />EQUIPMENT</div></a></li>
<li><a href="#">SMALLWARES</a></li>
<li><a href="#" id="M3"><div class="alignment">STORAGE/<br />TRANSPORT</div></a></li>
<li><a href="#">TABLETOP</a></li>
<li><a href="#">DISPOSABLES</a></li>
<li><a href="#">FURNITURE</a></li>
<li><a href="#">CONSUMABLES</a></li>
<li class="last-child"><a href="#" id="M8"><div class="alignment">JANITORIAL<br />SUPPLIES</div></a></li>
Errors:
document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
So how can I write the above HTML to be valid? I need the div's to help control the double line menu... If I put padding on the a tag then my house over image get's padded down so any solution to this so I can have valid code?