Forum Moderators: open
I am trying to align a checkbox with its asscocoiated text, that will give the same results in all browsers.
Currently I am using:
<form>
<input type="checkbox" name="remember_login" value="1" class="small_chk1">Checkbox Text
</form>
Now, if you view this in IE, Firefox, Opera, and NS you get slightly different results, and the text is not always aligned in exaclty the same way. Does anyone know code that will ALWAYS align the text with the top/bottom of the checkbox and thus have a consistent display in all the popular browsers.
Thanks,
David