View Single Post
  #5 (permalink)  
Old 17-12-04
andy_jacko's Avatar
andy_jacko andy_jacko is offline
curiouser and curiouser
 
Join Date: Sep 2003
Location: uk
Posts: 654
Thanks: 0
Thanked 0 Times in 0 Posts
andy_jacko is an unknown quantity at this point
heres a sample from my site.

HTH

regards andy


PHP Code:
<a href="<?php echo $row_Recordset1['deepLink']; ?>" target="_blank" <img src="<?php echo $row_Recordset1['imageURL']; ?>"></a>
Reply With Quote