Setting Font Sizes
In a review site I have I want to set up my content page so that when a particular keyword is mentioned I can attach a <h1> tag to it. The idea been that the bots will pay more attentio to it.
But I have to be able to control the size of the <h1> tag. I know it can be done via css but as I've said above I forget how to do it.
Currently my <h1> tag reads like this:
#content h1 {font-size:1.8em; letter-spacing:-1px; clear:left; border-bottom:2px solid #ccc;}
I would want to have another <h1> tag displaying the same as my main content page - Times New Roman 12
How do I write the second <h1>
Many thanks
Kevin