Would any of you kind souls let me know what css code I need to add a 1px border around images?
Much obliged.
Would any of you kind souls let me know what css code I need to add a 1px border around images?
Much obliged.
.entry-content img {
border:1px solid #ccc; /* color's up to you */
padding:4px; /* optional--but pretty! */
}
You must log in to post.