bubosquared: (blah)
Sofie 'Melle' Werkers ([personal profile] bubosquared) wrote2002-06-22 12:37 am
Entry tags:

Is there an HTML wizard in the room?

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"!

ktnb: a snow covered bridge and tree (Default)

[personal profile] ktnb 2002-06-21 04:31 pm (UTC)(link)
The links aren't red in IE because in your css file, it says:

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.

Re:

[identity profile] bubosquared.livejournal.com 2002-06-21 04:32 pm (UTC)(link)
Yep, that was exactly what's wrong. I had some help on IRC, but thans for that! :)