View Single Post
Old 05-04-2008, 18:38   #7 (permalink)
digipaint
My Brand New Computer!
 
digipaint's Avatar
 
Join Date: Mar 2007
Location: London
Posts: 243
Why have you gota div id of href? Just style the <a>
Why have you got a div id of header? just use <h1>
Why have you got a div class of Title? just use <h2> or <h3>
why have you got a div class of text? just use <p>

You may as well use table if you are going to use div's like that.
  Reply With Quote