Duke Will
02-05-2007, 05:38 AM
My http://smallgig.com page... the Unordered List font is different from rest of page. Any idea how to fix? Here is CSS at top of page. Do I have to specifically tell it how to show the UL? How would I write it?
<STYLE type="text/css">
<!--
TD P { color: #000000; font-family: "Trebuchet MS", "Arial", Sans-serif, "Arial", "Helvetica" }
H1 { color: #000000 }
P { color: #000000; font-family: "Trebuchet MS", "Arial", Sans-serif, "Arial", "Helvetica" }
H2 { color: #000000 }
A:link { color: #ff0000 }
A:visited { color: #808080 }
-->
</STYLE>
EDIT: I have it fixed now, although, it's prolly incorrect code.
<STYLE type="text/css">
<!--
TD P { color: #000000; font-family: "Trebuchet MS", "Arial", Sans-serif, "Arial", "Helvetica" }
H1 { color: #000000 }
P { color: #000000; font-family: "Trebuchet MS", "Arial", Sans-serif, "Arial", "Helvetica" }
H2 { color: #000000 }
A:link { color: #ff0000 }
A:visited { color: #808080 }
-->
</STYLE>
EDIT: I have it fixed now, although, it's prolly incorrect code.