Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Removing borders

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34861
    Jon_N
    Participant

    Hey everyone,
    Whenever I enter JPEG/PNG/Any Media really, There is an ugly border that is automatically generated to frame it. I hate it. Is there anyway to change that?
    Here’s a good(bad) example of it: http://www.metalmart.biz/products/metal-roofing/

    #89446
    TheDoc
    Member

    In style.css:

    #content img, #full-width-content img {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    }
    #89530
    Jon_N
    Participant

    That worked. Thanks for pointing me to it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.