Quote:
Originally Posted by daffy4u
I DID IT!  A missing space was the culprit.
I had "body{" instead of "body {". Thanks all!
|
Well spotted and fixed.
That is one thing I really like.. To be able to specify the font I want to use. I'll have to give Gentium a try sometime.
Oh and as for the body CSS style, I also do the following...
Code:
body {
font-family: "Fontin", serif;
widows: 0;
orphans: 0
}
That turns off the windows and orphans. I prefer having most pages end the same. Give it a try and see what you think.