- Dec 10, 2000
- 431
- 0
- 0
I've got a slightly weird situation on a web page. It looks like a CSS file that defines the "a" tag is defining it not only for links, but also for anchors. You can actually see the text used as an anchor displayed as though it were a link, which dosen't happen if the CSS file isn't loaded.
The only work around I can think of is to have the anchor be a non breaking space near the text. Or would it be better just to have nothing in the anchor? Like <a blah...></a> as the anchor?
Which is "better" HTML?
Does that sound plausable that defining the "a" tag would make anchors display? Really weird... (Double checked it and both Mozilla and IE display them)
The only work around I can think of is to have the anchor be a non breaking space near the text. Or would it be better just to have nothing in the anchor? Like <a blah...></a> as the anchor?
Which is "better" HTML?
Does that sound plausable that defining the "a" tag would make anchors display? Really weird... (Double checked it and both Mozilla and IE display them)