I can easily change color, bold and underline and links using simple html code, but how can I change the font size
I have tried using
<font size=”7” color="#4F9FC5" ><B>READER RESEARCH 06/07</B></font>
as well as
<font size=”+2” color="#4F9FC5" ><B>READER RESEARCH 06/07</B></font>
and i just don’t understand why it doesn’t work.
I have even tried the URL equivalent
<font size=”%33%32” color="#4F9FC5" ><B>READER RESEARCH 06/07</B></font>
When it gets to that part of the text it just goes blank. I had a similar problem when i was trying to get the “&” symbol to work in a link, then i had to use url encoding, but it doesnt seem to work this time
Any thoughts greatly appreciated?
Greg