Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Display images side by side? (http://www.mysidiaadoptables.com/forum/showthread.php?t=2186)

SilverDragonTears 06-05-2011 03:21 AM

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 =(

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 =)


All times are GMT -5. The time now is 10:32 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.