PDA

View Full Version : tables hlp, need rows together ...


piniyini
08-11-2002, 01:48 PM
Hello everyone,
I need some help with a table on http://www16.brinkster.com/x867333/216.html
I put a input type box in the middle row of the table but there is a blank row after it, how do I make that blank row go away ?
Check the source code & let me know...

I've tried all sorts but nothing seems to work.
All suggestions are welcome.

\* Toseef Saleem */

duniyadnd
08-11-2002, 02:50 PM
<FORM NAME="color">
<TABLE BGCOLOR="#FFFFFF" CELLSPACING="0" CELLPADDING="0" BORDER="1">
<TR>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
....
....

<TR><TD ALIGN="center" COLSPAN="18"><INPUT TYPE="text" ID="textarea-script" NAME="code" SIZE="9" MAXLENGTH="9" VALUE="" READONLY></TD></TR> <TR>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
....
....
</TR>
</TABLE>
</FORM>

That should do it.

Duniyadnd

piniyini
08-11-2002, 04:29 PM
it worked.