to add a side bar the easiest way is to create a table with 2 collumns.. and 1 rows.
add the next section s to the header
open the table, and add the side bar conent and leave the open tag for the next/last cell
then in the footer close the cell for the forum and then close the table
<table>
<tr>
<td>
side menu conent
</td>
<td>
|
add the above to the header
add this to the footer.
the above code ing will give you the header, a left side bar and the
forum displaied next to it and close the table within the footer and
show the footer.
to add a right side just add the side menu section to the footer before the table closure.
Edited by dj air - 28 January 2005 at 11:33am