when i make a table and there is to much tekst in the cel he gets bigger en the whole site gets better so the designs crash
how i make a scrollbar when there is to much tekst
Printable View
when i make a table and there is to much tekst in the cel he gets bigger en the whole site gets better so the designs crash
how i make a scrollbar when there is to much tekst
try editing this as needed:
HTML Code:<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div style="height: 150px; overflow: auto">
<p>here is a test to show you that the cell will automaticly worp to the page and produce a scroolbar.</p>
<p>put other things here and continue to talk about whatever you are putting your page about.</p>
<p>same thing here!</p>
<p>and here</p>
<p>and here</p>
<p>and here</p>
<p>and here</p>
<p>and here</p>
<p>and here</p>
</div></td>
</tr>
</table>
thanks it works :)