three colums layout

nathanwheeler

No avatar

2007-03-07 12:31

!-----! !----------------------------------------! !----------!
menu left here all content menu top


Has somebody a template/example like that. ALL i tried really ruined the other blocks...
Even when there is not much in the page.tpl and or css i just cannot get it to work somehow.

Thanks!

» Quick.Cms v1.x

treewood (OpenSolution)

Avatar: treewood

2007-03-07 13:44

nathanwheeler - can You send screenshot or example to see what You want to do

nathanwheeler

No avatar

2007-03-07 16:32

i will later today....

nathanwheeler

No avatar

2007-03-07 20:03

have a look at http://www.php-support.nl/three-columns.gif

rather simple but somehow it can't get it to work.

treewood (OpenSolution)

Avatar: treewood

2007-03-08 07:12

nathanwheeler - it will not be easy. You must know HTML and CSS very well.
1. edit templates/page.tpl and go to block FOOT
2. add this:
<div id="column2">
$sMenu2
</div>

between:
</div>
<div class="clear">&nbsp;</div>
3. delete $sMenu2 from BODY block
4. edit templates/default.css and add #column2{} with float:left; etc. options (you must know CSS)
5. delete from #menu2 all float:left;
6. change #content width

nathanwheeler

No avatar

2007-03-08 14:45

works Thanks alot!!

Back to top
about us | contact