Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a good data entry table
Message
From
09/04/2002 16:31:56
 
 
To
All
General information
Forum:
Internet
Category:
HTML
Title:
Making a good data entry table
Miscellaneous
Thread ID:
00642891
Message ID:
00642891
Views:
45
I need to make a good-looking data entry grid from html table.
I use a table which contains
<input type=text>
input fields.

However, the table layout looks poor: each input box shows separately, there
is a space between cells. I need only vertical lines, no horizontal lines.

Which attributes I need to add to table to make it a good looking data entry grid ? I'm using IE 6 only.
<table cellpadding=0 cellsapcing=0 >
<thead> ... </thead>
<tr> <td> <input type=text> </td> ...
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform