Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Dec 2005
    Posts
    142
    Plugin Contributions
    0

    Default Re: Adding An Extra Border

    Ok that worked except it made it aligh to the left...???

  2. #12
    Join Date
    Dec 2005
    Posts
    142
    Plugin Contributions
    0

    Default Re: Adding An Extra Border

    I have
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 790px;
    vertical-align: top;
    border: 2px solid #000000;
    }

    When I add
    width: 790px;
    to the outherborder, it makes the page align to the left

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Adding An Extra Border

    change the declaration in your stylesheet as follows

    #outerBorder {
    margin: 20px auto; /*gives spacing at top and bottom*/
    padding: 15px; /*spacing between this and the mainWrapper*/
    background-color: #ffffff; /*white background*/
    border: 1px solid #000000; /*1px black edge*/
    width: 790px;
    }

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. adding a border
    By Nyx1961 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2010, 04:50 AM
  2. Extra Whitespace on Border in IE
    By Twinge in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 May 2009, 10:46 AM
  3. adding a border to my product listing?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 17 Aug 2008, 03:52 AM
  4. Adding a border line to Products
    By firestalker in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Jun 2007, 09:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg