Page 2 of 2

Posted: Fri Sep 27, 2002 10:38 pm
by virgil
hey :)
The <PRE> tags work great for spaces and line breaks, but...
the font displayed is TINY.... Anyway to adjust the size or face?
The standard ... size="4" att. doesn't seem to work.
I know this is probably basic HTML but I cant seem to find a reference to it.
I haven't been out of PHP mode for months...
...Any quick help would be most appreciated.....

Virgil :)

Posted: Sat Sep 28, 2002 5:11 am
by twigletmac
Try playing with a bit of CSS:

Code: Select all

<pre style="font-size: small">...</pre>
Mac