Quick CSS query..
Quick CSS query..
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- weestu0
got it. you need to set the images to display inline, so in your thumbs class add:
.thumbs{
display:inline;
margin:5px;
}use margin instead of padding like Gordy said and it should work.