|
-
Jun 10th, 2005, 11:18 AM
#1
Thread Starter
Member
HTML: scrollbar
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
Last edited by casemoddertje; Jun 10th, 2005 at 11:41 AM.
-
Jun 10th, 2005, 01:15 PM
#2
Fanatic Member
Re: HTML: scrollbar
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>
-
Jun 10th, 2005, 02:00 PM
#3
Thread Starter
Member
Re: HTML: scrollbar
thanks it works
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|