Hi,

Wednesday, January 14, 2004, 10:59:50 AM, you wrote:
MH> Howdy,

MH> I'm trying to specify <font face=Monotype Corsiva> in my php document... but
MH> can't b/c it's two words... if it was html I could just put "", but since I
MH> can't do that in php, does anyone know what to do?

MH> prob. a stupid question,
MH> thanks a lot,
MH> Matt


if you are using echo do

echo '<font face="Monotype Corsiva">';

if outside of php just add the quotes

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to