here is my code.
The code above only displays the website url in a NORMAL text.PHP Code:<?php
echo "<b>Website : </font></b>" . wordwrap($row['website1'],60,"<br />\n",true) . "</td>";
mysql_close($con);
?>
I would like the user to be able to CLICK on the website text, and take them to the website.
How do I code that ?
I know I have to insert <a href ....... ></a> .... but I don't know where.
Thanks a million for the help provided![]()







Bookmarks