Results 1 to 3 of 3

Thread: HTML: scrollbar

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    42

    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.

  2. #2
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    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>
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    42

    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
  •  



Click Here to Expand Forum to Full Width