Page 1 of 1

Layout question

Posted: Sat 26. Jun 2004, 09:19
by davide
I would like to define a 100% width layout for my website.
Is it possible do that?
Ciao,
Davide.

Re: Layout question

Posted: Sat 26. Jun 2004, 09:26
by Pappnase
davide wrote:I would like to define a 100% width layout for my website.
Is it possible do that?
Ciao,
Davide.
hello

yes for sure you can! goto to the layout and write in the field All Blocks width 100%.

if you wanna have also set the width to 100% create a class in the css and place the class e.g. tableheight in the class field of all blocks.

Code: Select all

.tableheight { height: 100%; }