Results 1 to 8 of 8

Thread: cell stretching problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113

    cell stretching problem

    Check the quick example table in the attached zip file.
    When i stretch cell 4 by adding text..etc naturally the 3 cells on the left stretch with it.

    Is there a way to make cell's 1 and 2 not change in height but rather only cell 3 is effected by the stretch?
    Attached Files Attached Files
    My software never has bugs. It just develops random features...

  2. #2
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    You could use the width and height parameters in the cells. You put them in the td tag, or whatever form of cell your using.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113

    Re: cell stretching problem

    Originally posted by T0MMY
    Check the quick example table in the attached zip file.
    When i stretch cell 4 by adding text..etc naturally the 3 cells on the left stretch with it.

    Is there a way to make cell's 1 and 2 not change in height but rather only cell 3 is effected by the stretch?
    I thought that too but when i tried they still stretched
    My software never has bugs. It just develops random features...

  4. #4
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    Did you set the dimensions of all of the cells.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113
    I didnt no but just tried that and still the same.
    My software never has bugs. It just develops random features...

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113
    Only 1 download so i'll post the HTML for the lazy people :P


    Code:
    normal table:<BR>
    <table border=1  width=300 >
    <TD width=50>1</TD>
    <TD rowspan=3 width=250>4</TD>
    <TR><TD>2</TD>
    <TR><TD>3<br><br><br></TD>
    </table>
    
    <br><br>
    table stretched:<BR>
    <table border=1  width=300 >
    <TD width=50>1</TD>
    <TD rowspan=3 width=250>4<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></TD>
    <TR><TD>2</TD>
    <TR><TD>3<br><br><br></TD>
    </table>
    My software never has bugs. It just develops random features...

  7. #7
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    You dont have to download it to see the code. When you click the link it will ask whether you want to view it, or to download.

  8. #8
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    Oh, set the height in the td tag as well as the width.

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