View Single Post
  #2 (permalink)  
Old Dec 25th, 2007, 23:26
goldy goldy is offline
Junior Member
Join Date: Sep 2007
Location: UK
Age: 20
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Headings H1 & 2 appear too big on my web pages?

maybe if your using css, specify what size you want...

eg:

#content h1
{
font-size:100%;
}
Reply With Quote