I'm using Mozilla Firefox 1.5.4 but IE 6.0.X is showing the same symptoms.
Have a look at the preview page:

And then the real article:

You see what I mean?
- No Space after a list
- The Topics are too small
Moderator: Thorsten
Probably it is an issue related to the standard CSS provided with PMF: the difference could exist because of the admin section (i.e. what accessed by the /admin/ folder) has a different CSS despite of the "anonymous user" section.fuzz wrote:You see what I mean?Why is that? And why is the preview different from the article at all?
- No Space after a list
- The Topics are too small
remove the ul element from the statement below:fuzz wrote:
- No Space after a list
Code: Select all
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0;
padding: 0;
}
change the font-size to 150%:fuzz wrote:
- The Topics are too small
Code: Select all
h3 {
font-size: 125%;
}