ilya2@rcn.com wrote:
> I am making an HTML table. It has a lot of columns with fixed width
> (55 pixels). If I view it on full-screen IE window, the table fits on
> the screen and looks just as I want it to look. When I make the window
> smaller than the table, I expect horizontal scroll bar to appear.
> Instead each column shrinks; a cell which had:
>
> word1 word2
> word3
>
> becomes:
>
> word1
> word2
> word3
>
You can use
<td nowrap>word1 word2<br>word3</td>
or
<td><nobr>word1 word2<br>word3</nobr></td>
--
Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your
mail from another non-spammer site please.)
Please reply to <petr AT practisoft DOT cz>