Okay, so. Okay, so there's this page. And in netscape, it looks like this, and in explorer it looks like this. What I want it to be like is the St George's cross like in the explorer version, but the red links like in the netscape version. What am I doing wrong?
Edit: Got it! Thanks, "Justin"!
Tags:
From:
no subject
Just because it would be a thousand times easier.
Maybe :)
From:
Re:
From:
no subject
From:
no subject
a:link {color: #ff00000; text-decoration: none}
You've got 5 zeros in there. Netscape realizes that you meant ff0000 and makes the links red, but IE doesn't recognize that color and just uses your default settings.
As for the cross, I don't think Netscape likes the fact that you have [td width="20" height="30"] For starters, I don't think Netscape is very good when the width and/or height are numbers, and I think the fact that there are two attributes is what's throwing it off. Try percentages and see what happens.
From:
Re:
From:
no subject
From:
Re: