Afficher un message
Vieux 31/03/2008, 23h31   #5
Petr Vileta
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How do I keep apparent table width independent of window size?

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>

  Réponse avec citation
 
Page generated in 0,05099 seconds with 9 queries