PDA

View Full Version : Noob question about thumbnails


cm_stinson
04-11-2005, 04:53 AM
Okay, I'll be the first to admit I don't know much about html, but I can usually hack my way into figuring out what I want to do... But this time I'm at a loss,

On my site (http://www.craigstinson.com/pixelpost/) I used the pixelpost_dark template, but I wanted to add thumbnails, so I grabbed some code from another template had thumbnails and pasted it in. All fine and good, but my thumbnails have this little bit of color (blue if you haven't clicked on them, purple if you have) around them. I'm looking for a cleaner look without the colors... Anyone know how I can do this????

Any help would be greatly appreciated...

blinking8s
04-11-2005, 06:45 AM
which template did you rip apart to make your browse template?

you need to add something like this to the css:

#divname img { padding: 5px;
border:1px solid #666;
margin:5px;
background-color: #FFFFFF;
}

cm_stinson
04-12-2005, 06:05 AM
Thanks for the reply.

If I'm looking at things right, the template I have for pixelpost_dark doesn't have a browse template.

All it has is: comment_template.html and image_template.html

So I just copied and pasted some thumbnail code from the Grain template and pasted it into my image_template.

Do I need to create a browse template?

blinking8s
04-12-2005, 06:07 AM
copy the browse template from another template, then paste it in the dark folder and modify it how you wish...you can start from scratch, but its easier for most to just start with something and change it around...

there is a browse template tag to put the link to it in your image template

make sense?

Craig S.
04-12-2005, 06:09 AM
I'll give it a shot. Thanks!