Allow Extra Spaces?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

virgil
Forum Commoner
Posts: 59
Joined: Thu Jun 13, 2002 11:43 pm
Location: New York, U.S.

Post 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 :)
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Try playing with a bit of CSS:

Code: Select all

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