• Resolved zonee2k

    (@zonee2k)


    Hello!

    I have been looking around the whole web and have yet to find anwser concerning this.

    Id like to put a 2px black border (Just like the one on the top/bot of the navbar) around the whole table of the page, excluding the background, if get what im trying to do.

    My page is http://www.trimblogg.se

    All codes ive tried so far either puts a border around the whole website, or only around the actuall blogpost part.

    Thanks,
    Jens

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • add to:

    #wrapper

    border-right:2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;

    and add to:

    #wrapperpub

    border-right:2px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;

    Thread Starter zonee2k

    (@zonee2k)

    Thank you so much JR! Worked like a charm. Im very grateful!

    Same thing, just two lines of code:

    #wrapperpub {
       border: 2px solid #000;
       border-top: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a border around all page content’ is closed to new replies.