Page 1 of 1

vertical menu + 3 columns page layout. is it possible?

Posted: Mon 23. Oct 2006, 01:10
by baklavoni
Hi,

i am wondering is it possible to make vertical menu + 3 columns page layout?
well, that is 4 columns layout ;)

i suppose i have to insert some code in text field under the section named "blocks" in administration menu of phpwcms, page layout.

any ideas?

Posted: Mon 23. Oct 2006, 06:36
by flip-flop
Hi baklavoni,

page-layout:
--------------------
http://www.phpwcms.de/index.php?id=14,0,0,1,0,0
One way is to use the "full block settings".
At blocks -> custom: insert e.g. CONTENT_TWO

templates: -> main-section
--------------------------------
e.g.:

Code: Select all

<table border="0" cellspacing="0" cellpadding="0" width="xxx" bgcolor="#xxxx" class="my_main" align="center">
<tr>
<td width="50%" valign="top">{CONTENT}</td>
<td width="50%" valign="top">{CONTENT_TWO}</td>
</tr>
</table>
Or you use a full custom css-based layout like this: http://www.128.weitzelmedia.de/index.php?install_tmpl2

regards Knut

Tnx

Posted: Wed 25. Oct 2006, 01:55
by baklavoni
Thanks a lot!
It worked!!!

flip-flop, you are great. Tnx again.

c ya