[PHP]how can I get this text in blue color? echo “Website: ” . $row['website'];?
May 28th, 2010
I would like to do some modification on my code, for example text style, color etc.
How can I do that?
echo “Company Profile:
” . $row['companyProfile'];
echo “
“; echo “
“;
echo “Website: ” . $row['website'];
echo “
“;
echo “Email: ” . $row['cemil'];
echo “
“;
echo “Tel: ” .$row['tel'];
echo “
“;
echo “Fax: ” . $row['fax'];
echo “
“;
Would be a huge help for me!
Any help appretiated.

Twitter
2 Comments