| Grapesoda |
10-13-2005 08:19 PM |
Quote:
Originally Posted by garce
No. The random line breaks between rows of images are annoying.
Try something like this:
Open your style.css file and create a gallery class. Add this (cut and paste):
Code:
div.gallery {
text-align: center;
margin: 10px 0px 20px 0px;
}
div.gallery a {
text-decoration: none;
}
div.gallery img {
margin: 2px;
padding: 4px;
background: #D6DEE7;
border: solid 1px #000000;
}
Now when you make a gallery, put your thumbs between these tags:
Code:
<div class="gallery">
Your thumbs go here...
</div>
You may need to adjust the margins, padding, and colours to fit your layout. Don't add breaks or spaces between thumbs. Hit "Enter" after each row.
:2 cents:
|
here's the problem I'm having . . . in order to get the stupid thumbs in the word press 'sandbox' I have to write the HTML by hand. there is no style sheet. i write the dumb HTML and then past it into the word press CP. totally sucks and I don't know how to do what you've suggested.
can you show me a screen cap of what your suggesting? can you shw me a screen cap of what is wrong. I'm not seeing what you see I think. I see three thumbs with no cell spacing then a small break and three more thumbs with no padding etc.
other than that what do you think of the images?
regards, bmb
|