![]() Preserved Topic: stopping text wrapping in table cell (Page 1 of 1)  | 
  |
|---|---|
| 
       Paranoid (IV) Inmate From: seattle  | 
    
       
  posted 08-09-2001 19:46
      
      Hey,  | 
  
| 
       Lunatic (VI) Mad Scientist From: Massachusetts, USA  | 
    
       
  posted 08-09-2001 19:51
      
      Either use &nbsp; for your spaces (stands for "non breaking space", so it wont wrap), or use <td ... nowrap> (which probably isn't really supported by the standards anymore).  | 
  
| 
       Maniac (V) Mad Scientist From: 100101010011 <-- right about here  | 
    
       
  posted 08-09-2001 19:52
      
      put a NOWRAP tag in the td  |