Forums / Setup & design / How fixed the height of the body?
Daniele Cacace
Wednesday 02 February 2005 8:29:07 am
How fixed the height of the body?
Frederik Holljen
Wednesday 02 February 2005 1:27:47 pm
Sorry, what are you trying to do?
Ćukasz Serwatka
Wednesday 02 February 2005 2:17:29 pm
You can do that in ez_root/design/base/stylesheets/site.css
div#allcontent { width: 750px; margin: 0 auto 0 auto; height: 700px; /* your height */ }
or in ez_root/design/base/stylesheets/core.css
body { height: 700px; /* your height */ }
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Thursday 03 February 2005 12:19:21 am
TNX
Thursday 03 February 2005 12:28:22 am
the first idea is ok:
You can do that in ez_root/design/base/stylesheets/site.css div#allcontent { width: 750px; margin: 0 auto 0 auto; height: 700px; /* your height */ }
the second no :|
TNX Lukasz Serwatka :)