Creating two columns on left and right hand side... (General)

by bboy121, Tuesday, February 02, 2010, 06:22 (5213 days ago)

Hi, love this forum. However, I am wondering how to create two columns on the left and right hand sides where I can put advertisements. Thank you.

Creating two columns on left and right hand side...

by brian, Tuesday, February 02, 2010, 09:43 (5212 days ago) @ bboy121

You need to edit the main.tpl and style.css files.

Creating two columns on left and right hand side...

by bboy121, Tuesday, February 02, 2010, 09:46 (5212 days ago) @ brian

Thank you for your reply. However, how do I do this? I simply want to create a blank HTML file called "left.htm" and another one called "right.htm." I can then edit those two files myself, but I need to know where I am supposed to change the main.tpl and style.css files. Thanks.

Avatar

Creating two columns on left and right hand side...

by Alex ⌂, Tuesday, February 02, 2010, 18:49 (5212 days ago) @ bboy121

I simply want to create a blank HTML file called "left.htm" and another one called "right.htm." I can then edit those two files myself, but I need to know where I am supposed to change the main.tpl and style.css files. Thanks.

If you stored these files in templates/default/ you can just include them like this (in main.tpl):

<!-- HTML ... -->
 
{include file="$template/left.htm"}
 
<!-- HTML ... -->
 
{include file="$template/right.htm"}
 
<!-- HTML ... -->

RSS Feed of thread