bottommargin:0 where are you?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
eglwolf
Posts: 70
Joined: Mon 12. Apr 2004, 01:23

bottommargin:0 where are you?

Post by eglwolf »

I have the bottom margin set to 0 in the pagelayout, however on the page it does not even show up in the body tag, but all the other settings do.

Bug? Or intentional? And if intentional how can I get around it. I tried to dd bottommargin:0 to the css in the body style, that did not work. But in the WYSIWYG edit the template is full page, like it should be.

http://www.equivity.com/v4/
Pappnase

Post by Pappnase »

hello

hope i understand you right! you wanna that the whole layout goes to the bottom of the page! und you have no space between the end of the layout and the browser window.

if yes place in the standard css

Code: Select all

.tableheight { height: 100%; }
and in the pagelayout you write in the classfield for ALL BLOCKS tableheight
eglwolf
Posts: 70
Joined: Mon 12. Apr 2004, 01:23

Post by eglwolf »

well that eventually did work, but I had to add it to the pagelayout, and not the template itself.

Thanks for the help. The site is slowly coming along.
Post Reply