Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator cubecolour

    (@numeeja)

    Try putting this into your style.css

    img.alignleft {padding: 0 14px 14px 0}
    img.alignright {padding: 0 0 14px 14px}

    Thread Starter deanosounds

    (@deanosounds)

    is there anyway to add the space without adding a visible border? also some of the borders are different sizes. And some still didn’t add space like this one

    Moderator cubecolour

    (@numeeja)

    The browser is putting in the border on images with a link, so you need to also add in another line remove the border

    a img {border: none;}
    img.alignleft {padding: 0 14px 14px 0}
    img.alignright {padding: 0 0 14px 14px}

    Thread Starter deanosounds

    (@deanosounds)

    It worked! Thank you numeeja!

    Thread Starter deanosounds

    (@deanosounds)

    It adds a border to the frontpage. Also how do I make the picture not clickable?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Space around pictures’ is closed to new replies.