phauwn
05-02-2006, 01:08 PM
In my web app I have a an html string that is output like this to the browser:
<td class="BREADCRUMBS"><div class="Inner_td"> Visited: <a href="webpage.jsp"> Locations </a> | <a href="webpage.jsp"> Times </a>
The associated css:
td.BREADCRUMBS div {width:180ex;padding-top:4px}
The result if Firefox is as would be expected. In IE 6 pc I get line breaks before and after every <a> tag like:
Visited:
Locations
|
Times
anyone seen something like this before? anyone know of a style attribute of a surrounding element that would cause this?
<td class="BREADCRUMBS"><div class="Inner_td"> Visited: <a href="webpage.jsp"> Locations </a> | <a href="webpage.jsp"> Times </a>
The associated css:
td.BREADCRUMBS div {width:180ex;padding-top:4px}
The result if Firefox is as would be expected. In IE 6 pc I get line breaks before and after every <a> tag like:
Visited:
Locations
|
Times
anyone seen something like this before? anyone know of a style attribute of a surrounding element that would cause this?