Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoiding space after checkbox
Message
De
12/07/2001 00:40:42
 
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00529076
Message ID:
00529569
Vues:
13
>>When inserting a checkbox in an HTML form, there is a space after it. Even if we type the label directly after the closing tag, there will still be a space. How can we avoid that?
>
>Hi Michel
>this gives an interesting result
>
input  { position: relative; left: 3pt }
The problem is that we can't combine both.

This works.
< INPUT TYPE=Checkbox NAME=Message15 STYLE="position: relative; left: -2pt;">
This works.
< INPUT TYPE=Checkbox NAME=Message15 STYLE="position: relative; right: -2pt;">
But, not this:
< INPUT TYPE=Checkbox NAME=Message15 STYLE="position: relative; left: -2pt; right: -2pt;">
So, using relative seems to only take effect on one side only. I really need to get rid of it on both sides.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform