|
Posted by richard on 11/01/06 18:36
"The Eclectic Electric" <nospam@spamispoo.spam> wrote in message
news:ADZ1h.69486$pa.7732@newsfe2-gui.ntli.net...
>I think I must have missed something obvious. I have a class .red which is
>set to color: #f22; font-weight: bold and then the following XHTML, but the
>whole paragraph is shown in the default font.
>
> <p>There was a problem with your submission, problems are <span
> class="red">marked in red</span>. For your security, your password and
> security question answer fields have been reset.</p>
>
> Any help gratefully received.
Unless you declare a font, the default font is applied.
..red {font-family:'arial black'; font-color:#f22; font-weight:bold;
font-size:14pt;}
arial black is already somewhat bold and making it bolder will help make it
stand out better.
Navigation:
[Reply to this message]
|