an HTML question

blonde_seashell

New Member
I'm using a stylesheet. I specified that all of my links were to be #0000AA but I need some on the menu bar to be a different color (because the background was #0000AA). See at: www.freewebs.com/nethelpforall but the code I used: <a href="http://www.freewebs.com/nethelpforall/index.html" style="color: #3399FF"> Home </a>

I don't know if you can see that HTML. It might not come out right.

But anyway, it worked fine in IE, but not in Firefox. What can I do to make it show up IE + Firefox?
 
It looks like to me you are using the same font color as the background color.

I change the font color to white and it shows up in Firefox.... http://www.snapbug.ws/test

You could insert a table and shade the table with a different color if you want it to look similar to IE.
 
Back
Top