Feb 22nd, 2003, 12:51 PM
#1
Thread Starter
Lively Member
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
My software never has bugs. It just develops random features...
Feb 22nd, 2003, 01:08 PM
#2
Fanatic Member
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.
Feb 22nd, 2003, 01:12 PM
#3
Thread Starter
Lively Member
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...
Feb 22nd, 2003, 01:14 PM
#4
Fanatic Member
Did you set the dimensions of all of the cells.
Feb 22nd, 2003, 02:08 PM
#5
Thread Starter
Lively Member
I didnt no but just tried that and still the same.
My software never has bugs. It just develops random features...
Feb 24th, 2003, 06:08 AM
#6
Thread Starter
Lively Member
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...
Feb 24th, 2003, 04:35 PM
#7
Fanatic Member
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.
Feb 24th, 2003, 04:37 PM
#8
Fanatic Member
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
Forum Rules
Click Here to Expand Forum to Full Width