Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 21st, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <td> fix width and height expandable when too much text
  2. white-space:wrap;
  3.        
  4. <style type='text/css'>
  5.  .noexpand {width:300px;}
  6. </style>
  7.  
  8.  
  9. <td class='noexpand'> the content</td>