Quote:
Originally Posted by Lynne
If you look at the page source, you will see something like this:
HTML Code:
<font size="7">Hello</font>
So, if you don't want the font to be any larger than font size 4, then you could use replacements variables to change "<font size="7">" to "<font size="4">" (and similar for size 5 and 6).
|
We've tried that but noticed if a person changed the number themselves to say something like 20 it would remain at around font size 8. Even if we already told it to replace font size 8 with a lower font size - Do you know a way round that without having to add it for numbers above 10 etc?