How fixed the height of the body?

Author Message

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

Daniele Cacace

Thursday 03 February 2005 12:19:21 am

TNX

Daniele Cacace

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 :)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:16:56
Script start
Timing: Jan 18 2025 11:16:56
Module start 'layout'
Timing: Jan 18 2025 11:16:56
Module start 'content'
Timing: Jan 18 2025 11:16:57
Module end 'content'
Timing: Jan 18 2025 11:16:57
Script end

Main resources:

Total runtime0.8992 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0067 587.9375152.6250
Module start 'layout' 0.00670.0029 740.562539.4453
Module start 'content' 0.00960.8880 780.0078607.3359
Module end 'content' 0.89760.0016 1,387.343812.1563
Script end 0.8992  1,399.5000 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3788160.0002
Check MTime0.00130.1484160.0001
Mysql Total
Database connection0.00130.142110.0013
Mysqli_queries0.837893.1652650.0129
Looping result0.00070.0777630.0000
Template Total0.851794.720.4259
Template load0.00220.245820.0011
Template processing0.849594.472120.4248
Template load and register function0.00010.013310.0001
states
state_id_array0.00280.312010.0028
state_identifier_array0.00390.429620.0019
Override
Cache load0.00180.2017230.0001
Sytem overhead
Fetch class attribute can translate value0.00160.173130.0005
Fetch class attribute name0.00140.151780.0002
XML
Image XML parsing0.00270.297830.0009
class_abstraction
Instantiating content class attribute0.00000.0024100.0000
General
dbfile0.00230.2570300.0001
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs