alright..... i just edit my <h1> attributes in my pages, and i was able to change the size, using css. but the problem is, that although the size of the text inside the <h1> tags is much smaller, there is still a large gap (the size of an h1 tag with no css added) between my "h1" text and the "regular" text below it. does anyone know how to fix this. thanks my code: h1{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; }