#13431
11/03/2004 8:08 PM
|
Joined: Nov 2004
Posts: 2
Junior Member
|
Junior Member
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
|
|
|
#13432
11/04/2004 2:25 AM
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Easy enough: Header: <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: </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: <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>
|
|
|
#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 
|
|
|
#13434
11/04/2004 11:28 AM
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Welcome and welcome  ... I just found out that the "p" tag isn't xhtml appropirate so I've been doing a lot of recoding lately lol...
|
|
|
#13435
11/04/2004 12:29 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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
|
|
|
#13436
11/04/2004 12:59 PM
|
Joined: Nov 2004
Posts: 2
Junior Member
|
Junior Member
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,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
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  ... 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.
|
|
|
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.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|
|
|