Results 1 to 4 of 4

Thread: How have you done the top & left Frame on your VBB ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    2

    Question

    Hi!

    Would be nice if you could tell me how you've done the left Navigation-Bar & the top Frame for the Banner on this VBB...
    I'm trying it since some days now, but cant get it to work

    Thanks!
    Messiah


  2. #2
    Guest
    he doesnt use frames,
    he uses tables,
    I like to use front page for all my table-related needs

    it looks like John is using a 4 cell table,


    • cell #1: the vb-world icon
    • cell#2: the banner
    • cell#3: the left navbar
    • cell#4: the main body


    Code:
    <html>
    
    <head>
    
    <title>New Page 1</title>
    </head>
    
    <body>
    
    <div align="center">
      <center>
      <table border="0" width="100%" height="329" bordercolor="#C0C0C0" cellspacing="0">
        <tr>
          <td width="11%" height="69" bgcolor="#00FF00">My Icon</td>
          <td width="89%" height="69" bgcolor="#FFFF00">
            <p align="center">My Advertisers</td>
        </tr>
        <tr>
          <td width="11%" height="248" bgcolor="#000080"><font color="#00FF00">NavBar</font></td>
          <td width="89%" height="248" bgcolor="#808080">Main Body Text</td>
        </tr>
      </table>
      </center>
    </div>
    
    </body>
    
    </html>

    that ugly looking table up there took me about 45 seconds using front page


  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    2

    Unhappy

    Sorry, thats not the thing i'm looking for...

    Okay... Its a table, not a Frame.

    There was a HTLM-Code for the old UBB, you put it into Header & Footer of the Board, and then you got one table on the top & one on the left...

    But this Code doesnt work correct with the VBB (VBulletin)... so i'm searching for a new code.

    And the only VBB i know, which has a working code is this Board ;o)

    So, can anyone tell me this code? or how to do it?
    Would be really nice...

    Thanks!


  4. #4
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    i know how to do it in frames if that would help

Posting Permissions

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



Click Here to Expand Forum to Full Width