/ Published in: XHTML

Expand |
Embed | Plain Text
<style> form br{clear:left;} label {width: 240px;margin: 0 0 5px;} input {width: 240px;height: 25px;line-height:25px;margin: 0 0 10px;border:1px solid #333;padding:0 0 0 6px;} textarea {width: 240px;height: 115px;} .submit{margin:0;padding:0;width:auto;height:auto;background:none;color:#000;} /*checkbox*/ .checkbox{} .checkbox label{width:auto;margin:0;padding:0;} .checkbox input{width:auto;height:auto;margin:0;padding:0;border:0;} </style> <form action="#" method="post"> <fieldset> <input type="text" value="" /> <input type="submit" class="submit" value="text" /> </fieldset> </form>
You need to login to post a comment.