Page 1 of 1

Help with 3 column layout

Posted: Fri Nov 09, 2007 10:07 am
by cass
I have followed the advice given be RonnyK in an earlier post 'help with 3 column layout' 9 Aug 2007, to create my 3 columns, 
however  when I go to edit a page, I can only edit the centre box, no other editing boxes come up, so I can't access the left and right columns.  Can somebody explain what I may have done wrong.  I am very new to this and appreciate all your help.

Cass

Re: Help with 3 column layout

Posted: Fri Nov 09, 2007 3:33 pm
by hadion
When u know how to take care of css and html try this:
http://www.alistapart.com/articles/holygrail

Re: Help with 3 column layout

Posted: Fri Nov 09, 2007 4:31 pm
by Dr.CSS
To have an editable box you need {content} tag, to have more read the content tag help... like modules but Tags instead... \/ below...

Re: Help with 3 column layout

Posted: Thu Nov 15, 2007 1:13 pm
by streever
Hey,

yes, you can use other content blocks: the syntax is:

{content block="thenameyoucreate"}

so, here is your hypothetical HTML template:






{title}{content}
{content block="sidebarOne"}
{content block="sidebarTwo"}



OBVIOUSLY it's VERY simple: I just wanted you to see how to write out the content blocks, and where.

This will put extra content blocks on the page editor!!