Re: [Zope] Newbie: using html in zope
From: Dieter Maurer <dieter@handshake.de>
- font sizes: In the style sheet I have added a number of extra styles. Everything such as, indentation, colour, font style, etc, is being reflected in the html files when displayed except the font size. Everything is the same size. Seems to be Netscape 4. It has a very strange understanding of CSS, especially with respect to font sized...
Try to eliminate all spaces in your StyleSheet definitions. E.g. the following will work in Internet Explorer, but not for Netscape: { font-family: Arial, Helvetica; font-size: 9pt; } When you format it as the following, it will be rendered by Netscape too: { font-family:Arial,Helvetica;font-size:9pt; } bye -goe- _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
participants (1)
-
Stephan Goeldi