Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to put text next to a checkbox in html

<input id="cb" type="checkbox" style="float: left; margin-top: 5px;>">
<div style="margin-left: 25px;">
     I'm interested in an enhanced listing or premium profile,
     (a member of our team will respond promptly with further information)
</div>
 
PREVIOUS NEXT
Tagged: #put #text #checkbox #html
ADD COMMENT
Topic
Name
2+8 =