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.
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.