• I hope this is a simple question but I haven’t been able to find a simple solution anywhere yet…..I just want to pad out the images in my entries….the text around them is practically sitting on top of them and it bugs the hell out of me….I tried using a little bit of code in my css file and it worked find but it padded *all* of my images, not just those in my entries….any suggestions are more than welcome ??

    Thanks!

    Heather

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want all your images within your blog posts to have padding you could try targeting the images within the posts.

    As default (I think) the posts are contained with the div class “storycontent” so you could try:

    .storycontent img {padding: 0px 0px 0px 0px;}

    Just add the padding you want.

    Thread Starter lepprdqueen

    (@lepprdqueen)

    That worked – sweet! Thanks!!

    H.

    I’m a novice, but having the same problem. Could you explain what you’re referring to when you say “div class ‘storycontent'”?

    Where is this, and how do I edit it?

    Thanks in advance… you awesome person, you.

    Hi there, you may want to take a look at windows live writer. i started to use it recently, as\ it really helps with the layout of posts and pages, particularly those containing images, as yo can use tables.
    hope this helps. good luck.
    mike.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Easy image padding?’ is closed to new replies.