thefoff 0 Report post Posted October 19, 2009 Is there an easy way to add default formatting to images in posts: specifically, I want to add a 5px pad and a 1px border to images in all posts. Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 20, 2009 Yes use the custom css option. This can be done with some thing like: .hentry img { padding: 5px; border: 1px solid #000; } Share this post Link to post Share on other sites