http://beta.kcchristians.com/index.php
Look at that.. yes its crazy.
But my font stuff looks like this..
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
OL, UL, P, BODY, TD, TR, TH, FORM, DIV, SPAN, A, DIR {
font-family: Lucida,Helvectica,Verdana,Arial,Sams-Serif;
font-size: 8pt;
color: #7C7C7C;
}
PRE.quoted {
color: #ff9900;
}
A {
color: #BB6A6A;
text-decoration: none;
}
What seems to be the problem Why is it so big?
Thank you
font going bazerk
pinehead, read through the body rules you have posted and are using on the site; spot the Error? :roll:
Also pt are not the best units to use for font-sizing on screen as they are a print unit use px or em.
Hugo.
font going bazerk
Hugo - you tease Give him a { hint }.
BTW, "margin: 0;" is CSS shorthand for your four lines.
font going bazerk
Thanks for the help!
font going bazerk
Also, it's Sans-serif... not Sams-serif.
font going bazerk
Its a typo. Two lots of brackets in the style rules.
font going bazerk
I think Pinehead had picked up on that root
font going bazerk
Also Helvetica not Helvectica.