View Single Post
Old 26-08-2004, 05:42   #9 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,240
yeah you can't put a block level element inside an inline one.

your problem is the default margin on the h1.

add
Code:
h1 { margin: 0; }
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote