|
-
Aug 13th, 2000, 08:56 PM
#1
Thread Starter
New Member
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
-
Aug 13th, 2000, 10:40 PM
#2
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 
-
Aug 14th, 2000, 10:07 AM
#3
Thread Starter
New Member
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!
-
Aug 29th, 2000, 09:45 PM
#4
Conquistador
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|