[thelist] Checkbox margin removal problem

Richard Bennett mail at richardinfo.com
Wed Jun 20 15:32:42 CDT 2001


Many ways you can position it, here's one:
Works roughly in IE/NS4/NS6

<table><form>
<tr><td><input></td></tr>
<tr><td><input></td></tr>
<tr><td style="margin:0px;padding:0px"><input type=checkbox
style="width:15px;margin-left:0px;"></td></tr>
</form></table>

I added the <form> tags, so it shows up in NS4.

Cheers,
Richard Bennett

mail at richardinfo.com
www.richardinfo.com

Richard Bennett
Independent Software Consultant
Leemputstraat 41
2600 Berchem, Belgium
Phone: + 32(0)475 71 91 84



----- Original Message -----
From: "Miller, Bart" <MillerB at bek.com>
To: <thelist at lists.evolt.org>
Sent: 20 June, 2001 22:15
Subject: [thelist] Checkbox margin removal problem


> I'm having a problem removing the margin around a checkbox so that it
lines
> up with other elements in a table.  Here's the code I'm using:
>
> <table>
> <tr><td><input></td></tr>
> <tr><td><input></td></tr>
> <tr><td style="margin:0px;padding:0px"><input type=checkbox
> style="margin:0px;padding:0px;"></td></tr>
> </table>
>
> But, alas, it still does not line up.  I now toss this problem out to the
> members of this list.  Red meat everyone!!
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>





More information about the thelist mailing list