View Single Post
Old 10-25-2011, 10:29 PM  
EddyTheDog
Just Doing My Own Thing
 
EddyTheDog's Avatar
 
Industry Role:
Join Date: Jan 2011
Location: London, Spain, New Zealand, GFY - Not Croydon...
Posts: 25,038
Quote:
Originally Posted by FlexxAeon View Post
just offhand i'd do a gal something like:

CSS
Code:
.main {
     margin: 0;
     padding: 0;
     width: 800px;
}

.thumbholder {
     float: left;
     margin: 0;
     padding: 0;
     width: 200px;
     height: 200px;
}
HTML
Code:
<div class="main">

     <div class="thumbholder">
     <img src="thumb.jpg" />
     </div>


     <div class="thumbholder">
     <img src="thumb.jpg" />
     </div>

     (etc as many times as you need thumbs)

</div>
but thats bare-bones, basic, no style whatsoever. just a jump off point
That does help.

I think it is the 'float' that I am getting wrong.

Thanks
__________________
-

Chaturbate Script - https://gfy.com/fucking-around-and-b...er-issues.html - Now supports White Labels
EddyTheDog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote