View Single Post
  #6 (permalink)  
Old 17-12-04
Matt Seigneur Matt Seigneur is offline
Registered User
 
Join Date: Apr 2004
Location: UK
Posts: 421
Thanks: 5
Thanked 1 Time in 1 Post
Matt Seigneur is an unknown quantity at this point
  Success!

Thanks Andy and others I used your code and edited it slightly, as it wasn't displaying properly:

PHP Code:
<a href="<?php echo $row_RsProducts['Link']; ?>" target="_blank">
<?php echo $row_RsProducts['ProdName']; ?></a><a href="<?php echo $row_RsProducts['Link']; ?>" target="_blank">
<img src="<?php echo $row_RsProducts['Image']; ?>
border="0" /></a><a href="<?php echo $row_RsProducts['Link']; ?>"></a>&nbsp;
now working fine!
Reply With Quote