Frontsite in 100% height ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
artico
Posts: 23
Joined: Tue 1. Jun 2004, 01:14
Location: denmark
Contact:

Frontsite in 100% height ?

Post by artico »

Where can i edit so i get my webpage to fill 100% of the browser ?
Pappnase

Re: Frontsite in 100% height ?

Post 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%; }
design4you
Posts: 6
Joined: Fri 6. Jan 2006, 13:53

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

Post by flip-flop »

Hi design4you,

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

Code: Select all

.tableheight { height: 100%; }
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
design4you
Posts: 6
Joined: Fri 6. Jan 2006, 13:53

Post by design4you »

I do have it there :(
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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">
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
design4you
Posts: 6
Joined: Fri 6. Jan 2006, 13:53

Post by design4you »

It's still not showing full length :(
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Please use the frontend.css at your layout. :roll:

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
design4you
Posts: 6
Joined: Fri 6. Jan 2006, 13:53

Post 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!
Post Reply