|
Re: Fonts, oh my.. [message #70 is a reply to message #68] |
Sun, 20 January 2002 17:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You're CSS still contains many "Tahoma, Verdana, Myriad Web, Syntax, sans-serif;", while you're hebb forum is exclusively "Arial, Verdana". You probably want to change all the "Tahoma, Verdana, Myriad Web, Syntax, sans-serif;" to "Arial, Verdana".
That may do the trick for you.
Also, consider the font sizes, hebb from the html seems to use <font size="2"> almost everywhere, you may want to add "font-size: small;" parameter to the common styles.
If you want ICQ me, or join #fudforum on irc.openprojects.net i'll help you configure your color layout.
FUDforum Core Developer
|
|
|
|
Re: Fonts, oh my.. [message #109 is a reply to message #102] |
Mon, 21 January 2002 17:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It would seem that this is the only way to make it work properly in all browsers as some browsers "choose" not to inherit certain CSS properties. Although not styles need this, since some only affect table structure rather then their contents. I'll modify the default style to accommodate this problem.
Should be fine in the next release.
FUDforum Core Developer
|
|
|
|
|