Thread: small problem
View Single Post
  #4 (permalink)  
Old 04-03-2008, 10:14 AM
Marc Marc is offline
Batfink
 
Join Date: Feb 2007
Location: Midlands
Gender: Male
Posts: 59
Default

<h> tags have a top margin, you just need to set this to zero i.e.

h1{
margin:0 0 15px 0;
}
__________________
benchmarc
Reply With Quote