• Hey guys. I feel a bit like im stumbling around here.

    I added a simple line of code to make the favicon load;

    <link rel="shortcut icon" href="favicon.ico" >

    But then I got an XHTML validation error that I hadn’t defined the document type. I did a quick search and altered the code to;

    <!DOCTYPE html PUBLIC link rel="shortcut icon" href="favicon.ico" >

    Now I get this XHTML Validation error;

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.markhaldanephotography.com%2Fblog%2F

    But I don’t understand what it’s telling me, whats wrong with the start character? Any help would be greatly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘An XHTML Error I don’t understand’ is closed to new replies.