-
explain this to me
how come it was working in NS and now it is not. I have some text that is bolded and the first letter is one font size bigger then the rest. like so
WELCOME
But NS has it like this
WELCOME
all I am using is this <font size='+1'>
and all of a sudden it stopped working. I have NS 4.77.
-
update
I think I found the culprit. it seems that I labeled a tag in my css document and it was overriding the font attribute. so in NS if you set a tag and have it
font-size:10pt; in your css
and you change it in the document as <font size=+1></font> then it won't change. I also found out that if you have 2 different css files in the header part, it looks like netscape reads both of them. I have one for IE and one for NS and I have the font-size:10pt; in the IE and not in NS it still gets set. if I took out the IE one then it works.
strange... very strange.
does anybody have any comment on this?