Before you ask please READ THIS

Page Borders

edited August 2014 in Fame Posts: 1
How/Where should I able to add a border around the entire page, if I'm using a "narrow" layout style, supposing I can at all... Thanks!

Comments

  • AirAir
    Posts: 10,970
    Hello

    If you mean only side borders then you can use such custom CSS
    #mid, #header, #footer{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    }
    If you also need top and bottom add also this:
    #header{
    border-top: 1px solid #000000;
    }
    #footer{
    border-bottom: 1px solid #000000;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion