CODE
<div class=bleh>
<table>
<tr>
<td>
<div class=different>
<a href="link">REALLY LONG LINK</a>
</div>
</td>
</tr>
</table>
</div>
<table>
<tr>
<td>
<div class=different>
<a href="link">REALLY LONG LINK</a>
</div>
</td>
</tr>
</table>
</div>
I have a situation where the outside div is being set to the width of the content within it, what I want is the outside div to fit to the width of the screen (at max) and the inner content I want it to be word wrapped, to prevent long links and no space text.
this needs to work on Firefox, IE7/8, Chrome, Safari
Thanks for the help


Answers