Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <div class="abcd" style="margin-left:10px;">
  2. <form id='some'....>
  3. <legend>Select Item type :</legend>
  4. <fieldset style="display:block;float:left;">
  5. <input class="yy" id="sss" type="radio" name="group0" value="aaa"/> ABC
  6. ...
  7. </fieldset>
  8. <p>
  9. <input placeholder="Enter Name/Value" name="xxx" id="xxx" size="40" style="display:block;float:left;">
  10. <button type="button" id="xxx" style="width:100;">Process</button>
  11. </p>
  12. </form>
  13. </div>
  14.  
  15. <div class="abcd" style="margin-left:10px;">
  16. <form id='some'>
  17. <fieldset style="display:block;float:left;">
  18. <input class="yy" id="sss" type="radio" name="group0" value="aaa"/> ABC
  19.  
  20. <input class="yy" id="sss" type="radio" name="group0" value="aaa"/> ABC
  21.  
  22. <input class="yy" id="sss" type="radio" name="group0" value="aaa"/> ABC
  23.  
  24. </fieldset>
  25. <p style="clear:both">
  26. <input placeholder="Enter Name/Value" name="xxx" id="xxx" size="40" style="display:block;float:left;">
  27. <button type="button" id="xxx" style="width:100;">Process</button>
  28. </p>
  29. </form>
  30. </div>
  31.  
  32. <input placeholder="Enter Name/Value" name="xxx" id="xxx" size="40" style="clear:both;display:block;">
  33.  
  34. <div style="clear:both"></div>
  35.  
  36. <style type="text/css">
  37. .group0
  38. {
  39. display:block;
  40. }
  41. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement