Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do that by editing your css-file.
    If you want borders around some of the pictures (in posts etc), and just remove the ones on pages, use:

    .entrytext img {
    border:none;
    }

    If you want to remove every border on the entire website, use something global.

    img {
    border:none;
    }

    Thread Starter cheeseballpuff

    (@cheeseballpuff)

    Thanks!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the border around images in Pages’ is closed to new replies.