What I did was look for this line
Code:
<td class="alt2" width="60%">$data[text]
and changed 60% to 50% and I got 2 vertical colmns of pics instead of one. DOnt know if thats the best way, but it worked for me.
Quote:
Originally Posted by will_lean
Hi
im still getting my images displaying in a vertical line instead of stacked up in twos?
ive added the space after the closing tag in imagebits/editimagebits but for some reason its using a vertical alignment still?
Code:
<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&image=$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=175&id=$image[vbgarageid]" alt="$image[name]" border="0" /></a>
the above is my imagebits template data? is there something i missed?
im using gd2.0
|