Page 1 of 1
different font in FF
Posted: Sun May 17, 2009 5:18 pm
by Jomar
Script URL:
http://www.zydegonutz.nl/index.php?opti ... &Itemid=41
Version of script: 1.6
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
font type
font style
Write your message below:
Hello,
In the css of the guestbook I use the following fontline:
font: 13px font-family: Tahoma, Arial, Helvetica, Sans-Serif;
In IE it looks okay, but in FF I get a different font.
How do I get the correct font in FF?
Posted: Sun May 17, 2009 9:13 pm
by Henrie
Hello Jomar,
Code: Select all
font: 13px font-family: Tahoma, Arial, Helvetica, Sans-Serif;
is incorrect css style. It seems IE is very forgiving for using wrong syntax.
Correct would be:
Code: Select all
font-size: 13px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
Also further down the style.css file, you have several times
Code: Select all
font-family : font-family: Tahoma, Arial, Helvetica, Sans-Serif;
you should remove the double use of font-family:
Code: Select all
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
For more information about using css style can recommend the site
http://www.w3schools.com/css/default.asp
Greetings,
Henrie
Posted: Sun May 17, 2009 9:53 pm
by Jomar
Did the changes, but still dous'nt look as it should be.
Whell, I'm off for a holliday now, check again in about 2,5 weeks.
Posted: Sun May 17, 2009 10:07 pm
by Henrie
Hello Jomar,
I checked your style.css file here:
http://www.zydegonutz.nl/gbook16/style.css
And it is not changed.
Fijne vakantie gewenst.
(for English readers: Happy holiday)
Groeten,
Henrie
Posted: Sun May 17, 2009 11:25 pm
by Jomar
Got rid of the double font-family stuff now, but still no change,
really tired now, going to get some rest now
tnx Henrie, I will enyoy it

)
Get back on this issue laterzzz
Posted: Thu May 21, 2009 9:12 pm
by Henrie
Looks fine to me now

Posted: Thu May 21, 2009 11:08 pm
by Jomar
Yess, looks fine now, tnx
Gonna spend 1,5 more weeks under the Spanish sun now

(gee, I needed it)