![]() |
Display images side by side?
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 =(
|
Which page are you actually talking about?
By looking at the adoption page on your site, it seems like you've already accomplished that. |
Yea I finally figured it out a few hours ago. Not exactly the way I wanted to do it but it works =)
|
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> |
Ugh tables. Use span's please.
|
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 =)
|
All times are GMT -5. The time now is 04:06 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.