Page 1 of 1

2 columns with different content

Posted: Sun Oct 29, 2006 12:48 pm
by theredmonkey
Hi!

In my template, there are two s

Code: Select all

<div id="left_column">
  {content}
</div>

<div id="right_column">
</div>
how can i insert an content-page in right_column? how can I link "left_column" to "right_column"?

is there a better way to fill 2 columns whith content?


thank you and sorry for my bad english

Re: 2 columns with different content

Posted: Sun Oct 29, 2006 1:35 pm
by tsw
use {content block="Second Content Block"}

as content tag help tells you to do

Re: 2 columns with different content

Posted: Sun Oct 29, 2006 2:55 pm
by theredmonkey
thank you very much