Quote:
Originally Posted by Dark Visor
YLP1,
My post was addressed to kmike. About you, well you are placing the code in a wrong place... Place your code outside of the <img ...> tag. Right after it.
|
Hi DarkVisor... I am sorry for being so dense with this...
Is this where I am supposed to place this code?
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]" target="_blank"> <img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[description]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a><div align="left">$attachment[description]</div>
<if condition="$show['br']"><br /><br /></if>
Putting the code there causes the images (I have the four images on a line setup) to stack one per line...so instead of this:
Example 1
Image ------ Image ------ Image ------ Image
Caption ---- Caption ---- Caption ---- Caption
Which the above is what I am trying to achieve
I get this instead:
Example 2
Image
Caption
Image
Caption
Image
Caption
Image
Caption
How do I get it to look like the example 1?