Quote:
Originally Posted by magnus
You need to completely remove [high];width=100[/high]. Change [high]alt=[/high] to [high]width="100" alt=[/high].
This is how it should look:
HTML Code:
<td class="alt2" valign="bottom"><img src="$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" width="100" alt="$image[name]" /><br />
<center><input type="checkbox" name="delete$image[vbgarageid]">$vbphrase[delete]</center>
</td>
|
Sweet. I got the thumbnails working. However, they are not working in the "Latest Uploads" table. Did I miss a part?
does my imagebits look correct to you?
Quote:
<a style="cursor ointer; 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=getimage&id=$image[vbgarageid]" width="100" alt="$image[name]" /></a>
|