Previous Thread
Next Thread
Print Thread
Rate Thread
#13431 11/03/2004 8:08 PM
Joined: Nov 2004
Posts: 2
Junior Member
Junior Member
Offline
Joined: Nov 2004
Posts: 2
I am in the process of reconfiguring my classic pages and have successfully created a left sidebar using the following code















Left sidebar entry goes here
























I would like to be able to place a second sidebar on the right and have my bb in the center, can any one help me with the code?

Thanks
Sponsored Links
#13432 11/04/2004 2:25 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Easy enough:
Header:
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="SideBars">
<tr>
<td width="15%">
<table border="0" cellpadding="0" cellspacing="0" width="95%" align="center" id="Left Sidebar">
<tr>
<td width="100%">Left Sidebar</td>
</tr>
</table>
</td>
<td width="70%">
Footer:
Code
</td>
<td width="15%">
<table border="0" cellpadding="0" cellspacing="0" width="95%" align="center" id="Right Sidebar">
<tr>
<td width="100%">Right Sidebar</td>
</tr>
</table>
</td>
</tr>
</table>
When loaded it'll load as:
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="SideBars">
<tr>
<td width="15%">
<table border="0" cellpadding="0" cellspacing="0" width="95%" align="center" id="Left Sidebar">
<tr>
<td width="100%">Left Sidebar</td>
</tr>
</table>
</td>
<td width="70%">Board Content</td>
<td width="15%">
<table border="0" cellpadding="0" cellspacing="0" width="95%" align="center" id="Right Sidebar">
<tr>
<td width="100%">Right Sidebar</td>
</tr>
</table>
</td>
</tr>
</table>


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#13433 11/04/2004 11:04 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Good code and thanks for the xhtml-ing thumbsup


- Allen wavey
- What Drives You?
#13434 11/04/2004 11:28 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Welcome and welcome wink ... I just found out that the "p" tag isn't xhtml appropirate so I've been doing a lot of recoding lately lol...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#13435 11/04/2004 12:29 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
the P tag is xhtml appropriate if used to designate paragraphs, just not to create line-breaks

Sponsored Links
#13436 11/04/2004 12:59 PM
Joined: Nov 2004
Posts: 2
Junior Member
Junior Member
Offline
Joined: Nov 2004
Posts: 2
Fast response, thank you very much for your help. It is much appreciated.

#13437 11/04/2004 4:32 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Quote
Originally posted by Ian Spence:

the P tag is xhtml appropriate if used to designate paragraphs, just not to create line-breaks



Tell Microsoft that :x... FrontPage XP seems to think that the "p" tag is appropriate for line breaks and that br doens't need a closing tag wink ...

Originally posted by orvie:
[qb]
Fast response, thank you very much for your help. It is much appreciated.
[/qb]
Not a problem, let me know should you need any further HTML questions.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services