PDA

View Full Version : Right hand collumn?


cavola
04-24-2004, 02:13 PM
Ok i want to know how to edit the Global appearance of my site?

For example i want to have a table with two collumns. The left collumn will have the Forum and the right what i wish.

So something like this:

<table>
<tr>
<td>
$forum
</td>
<td>whateva </td>
</tr>
</table>

So yea is the a global template that will allow me to do this. I thought it might be GENERIC_SHELL but when i edit this nothing happens...

cavola
04-25-2004, 03:11 PM
Anybody!?

cavola
04-26-2004, 10:05 PM
:( ...

Tony G
04-27-2004, 05:47 AM
So you want this to appear on every single page? I think you can do this through the header and footer instead of something like forumhome, but I am not too sure. The only time I've attempted to use sidetables (which I personally hate coding) is through forumhome.

But, it should be possible through the header and footer so you don't have to edit each and every single template (wouldn't that be a pain :P)