Smokey Posted January 4, 2012 Share Posted January 4, 2012 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.