- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- September 2003
- Status:
- offline
- last visit:
- 21.10.07
- Posts:
- 16
Hi,
No matter what font or font size i use in content express, the pages are allways shown with the same font.
I guess it has to do with xanthia because when i use a non xanthia theme, the problem is gone.
So does anyone know what to do, so that my content express pages controls the layout ?
I tried to alter the CSS, but with no luck.
-
- rank:
-
Professional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 21.11.08
- Posts:
- 1450
Can you give us an URL to see the styles definitions?
the CSS order can be the problem or inline styles....
--
- Mateo T. -
Mis principios... son mis fines -
- rank:
-
Freshman
- registered:
- September 2003
- Status:
- offline
- last visit:
- 21.10.07
- Posts:
- 16
Here are some example pages:
http://portal.hvidovrespejderne.dk/index.php?module=ContentExpress&func=display&ceid=56&meid=75
http://portal.hvidovrespejderne.dk/index.php?module=ContentExpress&file=index&func=display&ceid=33&meid=75 -
- rank:
-
Professional
- registered:
- December 2003
- Status:
- offline
- last visit:
- 21.11.08
- Posts:
- 2975
Code
FONT, TD, P, DIV, INPUT, TEXTAREA, FORM, SELECT {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 11px;
}
Inline you are trying to use the font tag (font=5). This doesn't work because you have the font defined as 11px in the CSS in your theme.
Also note that the font is deprecated in HTML 4.01.
So it is working correctly, do a little research on HTML/CSS in regards to what I just mentioned, and you should find a solution which works for you.
--
David Pahl
Zikula Support Team
