|
cooper -> Just inherited a site... trouble with CSS (1/19/2004 20:58:20)
|
I just took over a client's site and I am having an issue with the external CSS they have. It reads like this: border { border: #989898; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin } .tight { border: #989898; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin } a:link { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif text-decoration: underline; color: #989898; } a:hover { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif color: #989898; text-decoration: none; } a:active { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif; color: #989898; text-decoration: underline; } a:visited { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif color: #989898; text-decoration: underline; } body { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif font-size: 8pt; color: #989898; top: 0px; clip: rect(0px auto auto auto); } p { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif font-size: 8pt; color: #989898; top: 0px; clip: rect(0px auto auto auto); } TD { font-family: Syntax, Arial, Verdana, Helvetica, sans-serif font-size: 8pt; color: #989898; top: 0px; clip: rect(0px auto auto auto); } Yet when I add text to a page, it defaults to Arial and is 12pt. I don't have "Syntax" installed as a font on my system (does anyone?), but I am more concerned about the size of the text. What am I missing?
|
|
|
|