eh? what happened with the color?

W

wolfing1

I'm coding a page and mainly using Firefox 1.5. I want a line of black
text with a red asterisk in it, like so:
<tr><td colspan="6" class="black9" align="center">(<scan
style="color:#FF0000">*</scan> = Required)</td></tr>
(that's one row in a table)
In Firefox the page looks like I want, but then I checked using IE6 and
everything looks black. What's going on?
 
W

wolfing1

I'm coding a page and mainly using Firefox 1.5. I want a line of black
text with a red asterisk in it, like so:
<tr><td colspan="6" class="black9" align="center">(<scan
style="color:#FF0000">*</scan> = Required)</td></tr>
(that's one row in a table)
In Firefox the page looks like I want, but then I checked using IE6 and
everything looks black. What's going on?
By the way, black9 class is as follows:
..black9
{
FONT-SIZE: 9pt;
COLOR: black;
FONT-FAMILY: Arial
}

Why isn't the "*" showing red in IE but it does in Firefox?
 
J

Jonathan N. Little

I'm coding a page and mainly using Firefox 1.5. I want a line of black
text with a red asterisk in it, like so:
<tr><td colspan="6" class="black9" align="center">(<scan ^^^^

style="color:#FF0000">*</scan> = Required)</td></tr>
^^^^^
No element named 'scan', typo? Try 'span'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top