This should be a nice temporary solution if I understand correctly. It just takes a few seconds to copy and paste.
Add this between the style tags of your html page (Ofcource you should edit font size, color, ... to change it.):
Code: Select all
h1 { color:lime; font-family:Arial; font-size:24; }
And just paste this whenever you need to use it.
You can obviously make more of these headings if you need to.
Code: Select all
<h1>Illarion: ( <a href="http://www.Illarion.org.">Illarion.org</a> )</h1>
You can obviously make more of these headings if you need to.
Should work if I'm correct.
Shouldn't this be put in 'Off-Topic' by the way?