Jump to content
MakeWebGames

Repeating item images


Smokey

Recommended Posts

Ok, I'm having a bit of trouble, I am building a display case, I am almost done and all has went fair until now, but I cannot figure out how to make the info on each item displayed to run side to side, 5 in a row before moving down to the next row, instead they run downward.

 

print"<table width=80% height=50% border='1' cellspacing='0'>
<tr><th align='center' width='33%' height='100' style='border:1px solid #7D7764;' bgcolor='#FFFFFF'><font size=3>{$item['itmname']}<br><a href='iteminfo.php?ID={$item['itmid']}'><img src='itempics/{$item['itmid']}.jpg' title='{$it['quantity']} $quant on display' style='width:70px;height:70px;' alt='No Image' /></a><br>$quantity</th></tr>";
}
print"</table>";
}

 

Can anyone help with this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...