Notices
 

Thread: left & right border lines

Reply to Thread
Results 1 to 3 of 3
  1. left & right border lines 
    #1
    Most, if not all VBstyles skins have a border line on the left & right of the forum that runs from the top of the page all the way down to the bottom of the page. I would like to know the code to do this.

    I know where part of the code is located. But this code alone will not work if you just paste it in another skin. I think the other part of the code would be in the header section some where.

    Can Miko or someone be nice to give me the rest of this code.

    Here is part of the code and where it is located.

    Location: Additional CSS Definitions

    PHP Code:
    /* ***** side borders ***** */ 
    .side_borders {
    width762px
    border-left2px solid #0e0e0f;
    border-right2px solid #0e0e0f;
    margin-leftauto;
    margin-rightauto;

    Thank you,
    MrMichigan
    Last edited by MrMichigan; 04-02-09 at 07:49 PM.
     

  2.  
    #2
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    That is the css for the borders after that you will have to wrap your entire forum in a div with that class

    for example at the very top of the header you could have something like ....

    <div class="side_borders">


    and then at the end of the footer you will need to close it like

    </div>
     

  3. Thumbs up It work 
    #3
    Miko, thank you for your help. It work great!

    MrMichigan
     

Tags for this Thread

View Tag Cloud

Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Paypal
 
Copyright © VBStyles.com 2011