2 Votes Vote

CSS table issue, extremely long link problem

Posted by topdog 429 days ago Questions| div table issue All
ok I have an issue where there is a div, then table, then div then link...

CODE
<div class=bleh>
  <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
Discuss Bury


Who Voted for this Question