Re: [PHP] php+html help

2002-12-30 Thread Marek Kilimajer
ezes" <[EMAIL PROTECTED]> To: "PHP general list" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 11:10 AM Subject: [PHP] php+html help Hello friends, I have the following php output line that works fine : Print "Organisation name : ".$row[OrgName]."\n"

Re: [PHP] php+html help

2002-12-30 Thread R'twick Niceorgaw
Print "Organisation name : .$row[OrgName]."\n".""; - Original Message - From: "Denis L. Menezes" <[EMAIL PROTECTED]> To: "PHP general list" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 11:10 AM Subject: [PHP] php+html he

[PHP] php+html help

2002-12-30 Thread Denis L. Menezes
Hello friends, I have the following php output line that works fine : Print "Organisation name : ".$row[OrgName]."\n".""; However, I want this line to be in bold, red and size=5. I tried the following code but fails. Can someone please tell me what is wrong? Print "Organisation name : .$row[Or