Yes that's there thanks scott.
In the end it turned out nokiko's version, but as a div, worked best for the purpose....
I have the image floating in the summary area with a 1 pixel outline around it and wanted it to collapse away to nothing when no image is present.
If anyone would like to use my bits:
<div class="articleimage" style="position: relative; float: right">[HASMOREDETAIL] <a href='[ARTICLELINK]' title="Click to read the full article">[/HASMOREDETAIL][IMAGE][HASMOREDETAIL]</a>[/HASMOREDETAIL] </div> [SUMMARY][HASMOREDETAIL]<a href='[ARTICLELINK]' class="NormalSmallBold" title="Click to read the full article">...read more</a>[/HASMOREDETAIL]
and the related style:
div.articleimage img { border: 1px solid Gray; width: 80px; margin-left: 8px; } |