HTML <table> row wrapping question.?

  • Thread starter Thread starter Mee
  • Start date Start date
M

Mee

Guest
Hi,

Is there a way to make <table> automatically wrapping <table>'s row when the user changes the size of browser?

For example, I have 1 <tr> and a lot of <td>s in <table>.

<table>
<tr valign="bottom">
<td>
one
</td>
<td>
one
</td>
<td>
one<br/>two<br/>three<br/>
</td>
...
..
<td>
one
</td>
</tr>
</table>

Basically, I want to make <table> to automatically wrap its row when the row is longer than the screen size.

Thank you.
 
my Friend is a programmer and i've seen him change the size i'm not sure (well i can't remember very well) but yeah there is a way
 
Back
Top