Thread: 4 hour Website
View Single Post
  #8 (permalink)  
Old Apr 28th, 2008, 19:59
Bocaj Bocaj is offline
Reputable Member
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 346
Thanks: 2
Thanked 20 Times in 20 Posts
Re: 4 hour Website

Code: Select all
<div class="logo"><a href="index.html"><span class="hide"><h1>A.Lamonts Wedding Cars</h1></span></a></div>
H1 tags should encase both the <a> and <span> tags.. so...

Code: Select all
<div class="logo"><h1>
<a href="index.html"><span class="hide">A.Lamonts Wedding Cars</span></a><h1></div>
Also....

Code: Select all
<div id="clearThis"></div>
Has been called twice..
Reply With Quote