Page 1 of 1

How do I create a template "Left simple navigation + 1 column + News"

Posted: Thu Nov 09, 2006 11:39 pm
by WebPiet
Hello,

I'm pleased with the layout-structure of the template "Left simple navigation + 1 column" that goes with CMSMS, except for the header on top and the News-module beneeth the menu. I already figured out how I could delete the header. But I can't get the News-module on the top-right side of the browserwindow, right from the column with the content. I tried a lot of things and techniques (too much and to differtent to describe), with various results, but not the result I have in mind.

www.vksjsintlieven.be

Can someone hand me some hints or tips for this please?

Thanks! Piet.

Re: How do I create a template "Left simple navigation + 1 column + News"

Posted: Fri Nov 10, 2006 2:00 am
by Dr.CSS
You would float it right, the sidebarr...

But it's out side the content div so you need to move a down below it in the template and try float:right instead of float:left

Re: How do I create a template "Left simple navigation + 1 column + News"

Posted: Mon Nov 13, 2006 2:45 pm
by WebPiet
It worked with following structure.







My mistake was putting always after , which is logically in reading on the screen, but not in html-code. I'm learning  ;D

Thanks for the hint of moving the div.

Piet.