Frontsite in 100% height ?
Frontsite in 100% height ?
Where can i edit so i get my webpage to fill 100% of the browser ?
Re: Frontsite in 100% height ?
helloartico wrote:Where can i edit so i get my webpage to fill 100% of the browser ?
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%; }
-
- Posts: 6
- Joined: Fri 6. Jan 2006, 13:53
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
http://betcampus.com/index.php?id=13,0,0,1,0,0
Hi design4you,
where is your class tableheight
Please into frontend.css
Gruß Knut
where is your class tableheight
Please into frontend.css
Code: Select all
.tableheight { height: 100%; }
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/print_layout.css">
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/frontend.css">
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/frontend.css">
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Please use the frontend.css at your layout.
Gruß Knut
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 6
- Joined: Fri 6. Jan 2006, 13:53