Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding space after checkbox
Message
From
12/07/2001 00:40:42
 
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00529076
Message ID:
00529569
Views:
12
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform