img {
border: 1px solid #CCCCCC;
padding: 2px;
}
Thank you as always exploding boy. Ya know, I might just start going straight to you. 😀
Thanks again!
Just a quick follow up. Do I place this in the CSS file? And if so, where exactly?
yes, copy and paste that code into your CSS file. You can place it anywhere you like. Your theme’s CSS file is broken up into many different sections. I would just choose the section in your CSS you will remember in case you want to modify it.
David, It might be helpful to you if you looked over the W3 schools CSS Tutorial in your free time. It is a great resource for those new to CSS. It walks you through CSS and can help you better learn how to modify the look and feel of your site.
Perfect. I’ll be reading up and getting better at this. Thanks for the help.