View Single Post
Old 06-16-2008, 07:51 AM   #3 (permalink)
Aditi
 
Status: Junior Member
Join Date: Jun 2008
Posts: 7
Trader Rating: (0)
Aditi is on a distinguished road
TD$: 70.00
Donate
Default Re: How to reduce H1 tags to a normal size
you should be able to resize the the text using css, you can use the following tags, h1
{font-size:lem;
font-weight: normal;
}
That should resize the contents of any h1 to the desired size
Aditi is offline   Reply With Quote