|
You can use css to alter the size of output for your H tags.
A standard H1 looks like some kid with a 500 pound crayon did the page.
Try something like this in a cascading style sheet:
H1 {font-family: vedana,arial,helvetica; font-size: 12px; color: #FFFFFF; }
|