Message Text |
In the displaylinks template I have...
<IF {CATPHOTOATTACH}>
<div align="center"><br />
<img src="download.php?catid={CATID}&field=photoattach" alt=" Photo of {CATNAME} "><br />
</div>
<IF {CATPHOTOCREDIT}>
<div align="center"><font size="1">Photo: {CATPHOTOCREDIT}</font></div>
</IF>
</IF>
This works very well except for one category! http://www.britishdogbreeders.co.uk/book-shop/
The photoattach field for this category is empty and as it works ok on all other cats, plus other sites, I am at a loss! |