View Full Version : Display images side by side?
SilverDragonTears
06-05-2011, 03:21 AM
How can I show the adopts images side by side on the adopts page, 5 per row? I don't like the way it shows them on in one line and I've been trying to figure it out all night by playing with the css but I can't get it =(
fadillzzz
06-05-2011, 07:35 AM
Which page are you actually talking about?
By looking at the adoption page on your site, it seems like you've already accomplished that.
SilverDragonTears
06-05-2011, 09:43 AM
Yea I finally figured it out a few hours ago. Not exactly the way I wanted to do it but it works =)
Nemesis
06-05-2011, 12:01 PM
did you use tables?
<table>
<tr><td>
picture code</td>
<td>
picture code</td>
etc..</tr>
<tr><td>
picture code</td>
<td>
picture code</td>
etc..</tr>
</table>
Inf3rnal
06-05-2011, 12:05 PM
Ugh tables. Use span's please.
SilverDragonTears
06-06-2011, 02:55 AM
No didn't use tables. I actually used a div but I'm also not showing all the images at once. Changed the call to the DB to order by rand() limit 5 =)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.