Hi,
I have table:
How I can make this table to scrool when it has too much text than is its' height?PHP Code:<table style='border: 1px solid grey;' width='732px'>
<tr>
<td>
</td>
...a lot of text...
</tr>
</table>
maybe something with:thanks...PHP Code:overflow: auto;



Reply With Quote

Bookmarks