Hi Thomas,
I have had a look at the source code and the href is blank. This tells me that the script is not pulling the content of the feild from the database. But why.
I changed the code to look like "
<td rowspan="3" valign="top" class="bodytext"><div align="right"><a href="?<?php echo $row_record_detail['amazon_url']; ?>=<?php echo $row_record_detail['amazon_url']; ?>" target="_blank"><img src="<?php echo $row_DetailRS1['book_image']; ?>" alt="Order" width="51" height="71" border="0"></a></div></td>
and the result is the source code now looks like:
<td rowspan="3" valign="top" class="bodytext"><div align="right"><a href="?=" target="_blank"><img src="bookcovers/a_librarians_guide_to_the_internet.gif" alt="Order" width="51" height="71" border="0"></a></div></td>
and the href is ?=
any ideas as to where I go now.
Kind regards, keep safe and well.
Dereck