Print "Organisation name : <font color=\"#FF0000\" size=\"5\">.$row[OrgName]."</FONT><br>\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 help Hello friends, I have the following php output line that works fine : Print "Organisation name : ".$row[OrgName]."<br>\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 : <font color="#FF0000" size="5">.$row[OrgName]."<FONT><br>\n".""; Thanks Denis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php