| 
                                                             Sunday 03 July 2005 9:10:37 am 
                                                            
                                                            
                                                                 Hi Patrick, 
did you try the new documentation of Exponential: http://ez.no/doc/ I suggest to enable the template-debug. With this you will see which templates are included on your page. You can enable it by putting this code in /settings/override/site.ini.append.php:         
[TemplateSettings]
# Use either enabled to see which template files are loaded or disabled to supress debug
Debug=enabled
 
    Check in those templates for the left side menu bar you want to remove. I suggest you take a look in the source of http://www.weinmitwir.ch/index.php. There you will see that it makes use of these stylesheets:         
/design/base/stylesheets/core.css
/design/base/stylesheets/site.css
/packages/styles/t07/files/default/file/design/base/stylesheets/t7/site-colors.css
/design/base/stylesheets/classes.css
/packages/styles/t07/files/default/file/design/base/stylesheets/t7/classes-colors.css
/design/standard/stylesheets/debug.css
 
    Check in those files for the sizes of your fonts.                                                             
                                                                                                                            Daniel Beyer 
_________________________________ 
YMC AG 
Kreuzlingen,  Switzerland 
web: www.ymc.ch 
____________________________________ 
                                                                 
                                                                                                                                                                                 |