|
-
Mar 6th, 2001, 08:30 AM
#1
Thread Starter
Evil Genius
-
Mar 6th, 2001, 11:13 AM
#2
Frenzied Member
There is no such thing as 'col width'.
What you will need to do, is set the width of the TD tag with whatever % you need, then set the style attribute on the INPUT tag:
Code:
<TABLE border=1 width=100%>
<TR>
<TD width=10%><Input type="text" name = "TxtEvent1" style="width: 100%">
</TD>
<TD width=10%><Input type="text" name = "TxtEvent2" style="width: 100%">
</TD>
<TD width=10%><Input type="text" name = "TxtEvent3" style="width: 100%">
</TD>
<TD width=10%><Input type="text" name = "TxtEvent4" style="width: 100%">
</TD>
<TD width=10%><Input type="text" name = "TxtEvent5" style="width: 100%">
</TD>
<TD width=50%><Input type="text" name = "TxtEvent6" style="width: 100%">
</TD>
</TR>
</TABLE>
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Mar 6th, 2001, 11:17 AM
#3
Thread Starter
Evil Genius
Brilliant, Monte, you're a star!
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
|