Hi all,
I have the following code
</tr>
<?php do { ?>
<tr bgcolor="#F0F0F0">
<td><span class="style9"><?php echo $row_linksearch['link_name']; ?></span></td>
<td><span class="style9"><?php echo $row_linksearch['url']; ?></span></td>
<td><span class="style9"><?php echo $row_linksearch['linkdescription_en']; ?></span></td>
everything works fine except I want the URL displayed to be a clickable url. Could you please help
Regards
Sinbad