• Resolved Aedryan Methyus

    (@aedryan-methyus)


    For some strange reason my text color will not display properly. When I view it in Ultimate Tinymce’s visual mode it displays the right color, but when I preview my page it doesn’t…

    Here’s my code:

    <p style="text-align: left;"><span style="color: #ff0000;"><strong><span style="font-family: courier new,courier; font-size: 18px;">TEXT</span></strong></p>

    It’s supposed to be red, but it displays black. Links will display red just fine, but regular text won’t. What the heck?

    Any ideas you guys?

    Thanks for any help or suggestions.

    ~ Aedryan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    You have a html error from what I see you open 2 <span> tags and close only one, check this up and see if the text color issue fixes also.
    Regards

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter Aedryan Methyus

    (@aedryan-methyus)

    Disregard! DUH! Sorry to have wasted space on the internet with that ridiculous post! lol

    Fixed it with:

    <strong><span style="font-family: courier new,courier; font-size: 18px; color: #ff0000;">TEXT</span></strong>

    ~ Aedryan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Color Will Not Display Properly?’ is closed to new replies.