Advertisement
Braber01

Float on left Margin when Clear?

Oct 29th, 2011
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <html>
  3. <head>
  4. <title> park City Gazette Subscription</title>
  5. <style type="text/css">
  6. <!--
  7. #subPlans {
  8. background-color:white;
  9. padding:5px;
  10. margin-right:auto;
  11. margin-left:auto;
  12. text-align:center;
  13. }
  14. #subPlans label {margin-right:15px;}
  15.  
  16. /* Statements I think are causing the problem */
  17. .floatLabel {
  18. display:block;
  19. float:left;
  20. width:150px;
  21. margin-bottom:10px;
  22. text-align:right;
  23. }
  24. /*end problem statements?*/
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement