Page is a not externally linkable
swa66 - 9:20 pm on Mar 10, 2008 (gmt 0)
If you start a new CSS, it might be a good idea to reset all padding and margins: Now remember this messes with e.g. <ul>'s that need some of that, so you'll end up styling them to get hem back to "normal". Les aggressive resetting can of course be done as well.
Your browser would have typically some preset padding and/or margin on <h1>. Reset them to get rid of the default. * {padding:0; margin:0}