sentile-oldsecond
-
4/30/2012 4:40:56 PM
RE:Cannot override or find CSS
Thanks, the span code worked. However, now I can't bold the text. I tried wrapping <strong> tags around the text - -that did not work. I also tried a font-weight tag within the span tag. That did not work.
When I do:
<span style="color:#80be00; font-weight:900;">text here</span>
...it turns the text the right color, but it ignores the font-weight code. Is there different code for font weight?
|