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