I have one last error remaining but I need the rel attribute. Is there a way to have it and still get my code valid?
http://validator.w3.org/check?uri=http%3A%2F%2Fkansasoutlawwrestling.com%2F
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No,
<div>elements simply don’t have arelattribute in XHTML.Your best bet is to change the
<div>to an<a>, since looking at your page it’s apparent that you want to make it a navigation item (and while you’re at it, add ahref, some text, and use additional CSS to hide it to let your image show through):