boandmichele
Member
Posted 5 years ago #
I am not usually inclined to install such useless and frivolous aesthetic enhancements. however...
id really like a plugin or some easy way to put a small frame around each picture on our blog. similar to http://www.gizmodo.com. our site is http://www.thefullmailbox.com
i can do this in photoshop, but it is my wife's blog, that i do all the gruntwork for, and she posts all the pictures, and is not photoshop-inclined, so to speak.
anyone have any ideas or plugins? i saw the image gallery plugins, and the java lightbox, but those arent quite what i am going for.
thanks!
You don't need a plugin. Just use CSS.
img {
padding:10px;
background:#FFF;
border:1px solid #000;
margin:10px;
}
boandmichele
Member
Posted 5 years ago #
I am still VERY new to all this, so please bear with me. :)
Where would i input the CSS in style.css?
thank you very much, btw.
boandmichele
Member
Posted 5 years ago #
sorry, but where in the style.css. i put what you gave me under 'post' and it didnt make any difference. sorry, like i said im still very new to this. im going through the w3schools.com tutorial right now.
Copy exactly what doodlebee posted and paste it at the end of your stylesheet, after the very last } in a new line.
boandmichele
Member
Posted 5 years ago #
okay! thank you very much for your help.