Page 1 of 1

bottommargin:0 where are you?

Posted: Fri 30. Apr 2004, 01:13
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/

Posted: Fri 30. Apr 2004, 03:22
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

Posted: Fri 30. Apr 2004, 04:26
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.