Page 1 of 1

Frontsite in 100% height ?

Posted: Wed 2. Jun 2004, 01:38
by artico
Where can i edit so i get my webpage to fill 100% of the browser ?

Re: Frontsite in 100% height ?

Posted: Wed 2. Jun 2004, 03:09
by Pappnase
artico wrote:Where can i edit so i get my webpage to fill 100% of the browser ?
hello
goto the backend in the layout menue.

choose all blocks width = 100% and as class you give tableheight in then save. go then to the css and add the follwoing line!

Code: Select all

.tableheight { height: 100%; }

Posted: Fri 6. Jan 2006, 13:55
by design4you
I've tried this...but my lefthand column still will not span the entire length. Any thoughts?

http://betcampus.com/index.php?id=13,0,0,1,0,0

Posted: Fri 6. Jan 2006, 14:18
by flip-flop
Hi design4you,

where is your class tableheight :?: :?:
Please into frontend.css

Code: Select all

.tableheight { height: 100%; }
Gruß Knut

Posted: Fri 6. Jan 2006, 14:31
by design4you
I do have it there :(

Posted: Fri 6. Jan 2006, 14:44
by flip-flop
:shock: <link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/print_layout.css">
:D <link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/frontend.css">

Posted: Fri 6. Jan 2006, 15:10
by design4you
It's still not showing full length :(

Posted: Fri 6. Jan 2006, 15:16
by flip-flop
Please use the frontend.css at your layout. :roll:

Gruß Knut

Posted: Fri 6. Jan 2006, 15:26
by design4you
Okay..how I made this work:

I followed your instructions. I also added in my template that the left hand column height should be 100%. Seems to have done the trick now.

Thanks so much!