View Single Post
Unread 08-06-2007, 07:20 PM
doctordew doctordew is offline
Senior Member
Join Date: Aug 2007
Posts: 121
  #2  
Default

Code:
<table>
  <tr>
    <th id="header1" scope="col">header 1</th>
    <th scope="col">header 2</th>
    <th scope="col">header 3</th>
  </tr>
  <tr>
    <td>cell 1</td>
    <td>cell 2</td>
    <td>cell 3</td>
  </tr>
  …
</table>
Code:
#header1 {white-space: nowrap;}
Thank VipStephan for that post on another forum.
__________________
Make Money Blog
Reply With Quote