15
Apr

I want to resize a heading to be of the size of h2 but even thoug it is ruled as h2, it is bigger than h2 and smaller than h1 and h3 is to small.


Answer:
use font tag to specify the size instead of HX tag

Answer:
h2.5?

Answer:
Why don't you create a style for the headers?

for example

h1{

font-size: 1.15em;

text-align: left;

font-weight: bold;

color:#006699}

h2 {

font-size: 1.75em;

color: #003366;

text-align: left;

font-style: normal;

font:Arial, Helvetica, sans-serif

}

h3 {

font-size: 1.25em;

color: #FF6633;

text-align: left;

font-style: italic;

}

If you don't know CSS just google it or use my example above stick it in between your tags just tweak the "font-size" and what not to your liking. : ) If you want to clean up your html a bit just create an external stylesheet using notepad or whatever, change the extension to ".css" and then inbetween your head tags

and voila use your header tags and should be good to go. BTW em can be subbed with px or whatever you like.

This entry was posted on Tuesday, April 15th, 2008 at 6:11 am and is filed under GMC. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or TrackBack URI from your own site.

Leave a reply

Name (*)
Mail (*)
URI
Comment