+ Reply to Thread
Results 1 to 15 of 17
Page 1 of 2
FirstFirst 1 2 ... LastLast

Thread: Left side column

  1. #1
    Senior Member d3nnis has disabled reputation
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    573

    Left side column

    I need to make one that will appears on all the pages... i have tried all ways (featured on this forum, vbulletin.org and vbulletintemplates.com) but its still not what i want.

    I want the left side bar to be on the left of the forum below the navbar (mostly i seen on this forum, vbulletin.org and vbulletintemplates.com only places the left column right beside the navbar and categories which looks out of place to me and its not what I want).

    Anyone able to help?

  2. #2
    Senior Member d3nnis has disabled reputation
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    573
    no one?

  3. #3
    Senior Member jamesyfx is on a distinguished road jamesyfx's Avatar
    Join Date
    Feb 2005
    Posts
    683
    I think I've done something like this. try this:

    In your header template, add the red:
    Code:
    <table cellpadding="0" cellspacing="0" width="100%" align="center">
     <tr>
     <td width="10%">left column text</td>
     <td width="90%">
    <!-- content table -->
    In your footer template, add the red
    Code:
    <!-- /content area table -->
    </td>
    </tr></table>
    I'm pretty sure thats the deal.

  4. #4
    Senior Member d3nnis has disabled reputation
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    573
    Quote Originally Posted by jamesyfx
    I think I've done something like this. try this:

    In your header template, add the red:
    Code:
    <table cellpadding="0" cellspacing="0" width="100%" align="center">
     <tr>
     <td width="10%">left column text</td>
     <td width="90%">
    <!-- content table -->
    In your footer template, add the red
    Code:
    <!-- /content area table -->
    </td>
    </tr></table>
    I'm pretty sure thats the deal.
    not really wat i want...

    i draft out a rough sketch... please see attached words file of the layout.
    Attached Files

  5. #5
    Senior Member jamesyfx is on a distinguished road jamesyfx's Avatar
    Join Date
    Feb 2005
    Posts
    683
    Then add the red code from the header template at the bottom of the navbar template instead.

  6. #6
    Senior Member d3nnis has disabled reputation
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    573
    Quote Originally Posted by jamesyfx
    Then add the red code from the header template at the bottom of the navbar template instead.

    okies will give it a try

  7. #7
    Senior Member d3nnis has disabled reputation
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    573
    Quote Originally Posted by jamesyfx
    Then add the red code from the header template at the bottom of the navbar template instead.

    you're my saviour jamesyfx! Thanks!

  8. #8
    New Member casperamy has disabled reputation
    Join Date
    Mar 2005
    Posts
    10

    Put an Image there

    Thanks for sharing your knowledge jamsyfx. Can you tell me how to put an image in that spot?

    Casper

  9. #9
    New Member casperamy has disabled reputation
    Join Date
    Mar 2005
    Posts
    10

    Never mind

    I figured it out .

    Casper

  10. #10
    New Member casperamy has disabled reputation
    Join Date
    Mar 2005
    Posts
    10

    Another question

    What about putting a bar on the right also? Is that possible?

    Casper

  11. #11
    Senior Member jamesyfx is on a distinguished road jamesyfx's Avatar
    Join Date
    Feb 2005
    Posts
    683
    Sure, in the footer template replace
    Code:
    </td>
    </tr></table>

    With
    Code:
    </td>
    <td width="10%">Right Column Text</td>
    </tr></table>
    That should do it..

  12. #12
    New Member casperamy has disabled reputation
    Join Date
    Mar 2005
    Posts
    10

    Yes!!

    You are the bomb!

    Casper

  13. #13
    New Member daddyhobby has disabled reputation
    Join Date
    Mar 2004
    Posts
    1
    Hi guys, thank for the mod. I tried and also like having the column below the nav bar. One more question, wat should I do in so that the left column only appear on the home page not all pages of the forum.

    Thanks

    Mike

  14. #14
    Senior Member John Diver is on a distinguished road
    Join Date
    May 2003
    Posts
    441
    Sorry to bring this up but can anyone tell me how I can set it so the column is aligned at the top?

    Right now it is in the middle of the page, but I want it at the very top.

    Thanks
    Read my blog!
    www.DeuceAce.com - A mature poker forum
    GamblingAffiliatez - For All Your Gambling Affiliate Needs

  15. #15
    Member Creativ has disabled reputation
    Join Date
    Oct 2005
    Posts
    43
    John Diver, valign="top"

+ Reply to Thread
Page 1 of 2
FirstFirst 1 2 ... LastLast

Similar Threads

  1. Custom Header & Left side Column (outside default design)
    By Floris in forum vBulletin Templates, Graphics & Styles
    Replies: 4
    Last Post: Fri 24th Dec '04, 3:37pm
  2. column/table from right or left side of the forum?
    By Oleks in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 4
    Last Post: Sun 2nd May '04, 12:28pm
  3. Add 80 pixel column to left side of forum
    By dssart in forum vBulletin Templates, Graphics & Styles
    Replies: 2
    Last Post: Mon 27th Oct '03, 9:17pm
  4. Why is my Right side larger than my Left?
    By hacker in forum vBulletin Templates, Graphics & Styles
    Replies: 3
    Last Post: Wed 3rd Oct '01, 2:08pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts