Forum Moderators: coopster

Message Too Old, No Replies

Dumb Question

         

leliphent

4:50 pm on May 31, 2005 (gmt 0)

10+ Year Member



OK... here is a stupid question that I must just be forgetful or suffering from a block, but how do i change the font of a print message?

StupidScript

6:24 pm on May 31, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Old style:

print "<font face='Typeface'>$string</font>";

New style:

print "<span style='font-family:Typeface'>$string</span>";