Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a good data entry table
Message
De
09/04/2002 16:31:56
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
HTML
Titre:
Making a good data entry table
Divers
Thread ID:
00642891
Message ID:
00642891
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform