Log in

View Full Version : How do I...


nwingate
07-22-2003, 08:00 PM
I want to "wrap" my forums with a webpage without using frames.

I understand how to add the header and footer but how do I add the side bar?

Example: http://discuss.pocketnow.com/index.php

Thanks!
Nathan

SVTBlackLight01
07-22-2003, 10:50 PM
The side bar is included in the header template.

nwingate
07-24-2003, 01:49 PM
Well, I did something wrong!

http://www.contractorschatroom.com/forums/

The forums are showing up below instead of beside the sidebar.

What code am I missing?

-Nathan

noppid
07-24-2003, 08:09 PM
You prolly have...

<tr><td>Sidebar</td></tr>
<tr><td> forum </td></tr>

creating 2 rows, where you need 2 columns.

I'm guessing since I have no code to reference.

SVTBlackLight01
07-24-2003, 09:25 PM
Just glancing at the source it looks like you need to separate your template into a header and a footer:

<td bgcolor="#00459C">separate here</td>
</tr>
</table>

</body>
</html>