treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Border Help

  • Alright folks, I'm wanting to add a border around my forum, which is vBulletin. I also want the navbar/toplinks inside the border. I'm not sure how to do this. I'll post a picture below for you to see what the border looks like. Any help will be greatly appreciated!

    http://i51.tinypic.com/2m7dsg9.jpg

    image

  • We're probably not going to be able to help without a link to the site or a working Codepen.

    If we don't know what's there now...how can we tell you what to change?

  • Sorry Paulie_D.

    www.yourtwopennies.com/forum

  • Huh....that link looks nothing like that picture?

  • However, I think the easiest thing to do...if I understand you....is to put all the divs inside one big wrapping div and apply a border to that...

       <div class="super-wrap">
           <div id="navbar_container">
                 etc...etc...
       </div><!-- end super-wrap -->
    
       <script stuff>
    
  • I said in my first post "Alright folks,_ I'm wanting to add a border around my forum_, which is vBulletin. I also want the navbar/toplinks inside the border. I'm not sure how to do this. I'll post a picture below for you to see what the border looks like. Any help will be greatly appreciated!"

    I apologize for the confusion but I posted a picture for you to see what the border looks like, it's not my forum.

  • I assumed that was a picture of your forum...otherwise I couldn't figure out why stuff was blanked out.