Deviant Logo

[PHP]how can I get this text in blue color? echo “Website: ” . $row['website'];?

post details top
May 28th, 2010
post details top


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.

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to Reddit Post to StumbleUpon

2 Comments

  • Pratip

    echo “Website: ” . $row['website'].”“;

    Hope this helps…………..

  • Err

    1. You don’t need so many echo’s. Just one is fine. If you want it to break to the next line just use
    2. Blue Color: echo “Website: “.$row['website'].”“;
    You can also add links, tables, and inputs this way.

Leave a Reply

Search

  • Partner links