I am building a site that needs to be as compatible with as many browsers as possible. Thus I am using CSS to a limited extent (fonts and colours mainly), and a table for basic page layout.
The issue I have is at the bottom of each page I put a line of text links for the site for use if the graphic links do not show/or the user choose not to view them. This is a simple line of links in one table cell, with non-breaking spaces inbetween and the standard square brackets around each one. They are left aligned and the colour and size controlled by the CSS. In all browsers they display as desired, except Netscape 4.05 (the Netscape 4 that I test on) which breaks the links at the exact point of the </a> tag in the text.
I have tried removing the class attributes from the <a> tags, but that simply removes the font/colour, but the text is still broken on different lines.
Does anyone know of a particular bug where Netscape breaks the line after an <a> tag - or of any other reason why this may be?
Thanks
Wishful
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11 [en]


