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

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
User avatar
baklavoni
Posts: 170
Joined: Mon 23. Oct 2006, 00:48
Location: Bosnia and Herzegovina

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

Post 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?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
baklavoni
Posts: 170
Joined: Mon 23. Oct 2006, 00:48
Location: Bosnia and Herzegovina

Tnx

Post by baklavoni »

Thanks a lot!
It worked!!!

flip-flop, you are great. Tnx again.

c ya
Post Reply