Log in

View Full Version : IE makes newlines on dashes



Rocky!
06-28-2009, 10:44 PM
Hi all,

I have a slight problem with Internet Explorer. Using this code, it creates a new line-break on every dash.

<html>
<body>

<h1>My First Heading</h1>

<table>
<tr>
<td style="width:250px;max-width:250px;min-width:150px;overflow:hidden;">
fromhttp://localhost/logs/0.2.0/pre-release_4/adm/logs/fromhttp://localhost/logs/0.2.0/pre-release_4/adm/logs/fromhttp://localhost/logs/0.2.0/pre-release_4/adm/logs/fromhttp://localhost/logs/0.2.0/pre-release_4/adm/logs/fromhttp://localhost/logs/0.2.0/pre-release_4/adm/logs/fromhttp://localhost/logs/0.2.0/pre-release_4/adm/logs/
</td>
</tr>

</body>
</html>

No other browsers do this, just IE. Are there any ideas on how I could disable this behaviour?

Rocky.

bluewalrus
06-28-2009, 11:21 PM
Close your table
</table> before the </body>