Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html><head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title></title>
- <meta name="created" content="Sat, 10 Dec 2011 22:27:44 GMT">
- <meta name="description" content="">
- <meta name="keywords" content="">
- <meta name="copyright" content="PayneLess Designs">
- <meta name="author" content="Ron">
- <!-- <link type="text/css" rel="stylesheet" href="css_styles.css" media="screen"> -->
- <!-- <script type="text/javascript" src=""></script> -->
- <style type="text/css">
- * { margin: 0; padding: 0; border: 0; }
- #wrap_common {
- width: 800px;
- height: 150px;
- margin: 0 auto;
- margin-top: 2%;
- }
- .phase1, .phase2 {
- float: left;
- width: 32%;
- height: 30px;
- padding-left: 10px;
- }
- #heading {
- height: 30px;
- background: #00008b;
- border-bottom: 1px solid #f8f8ff;
- color: #fff;
- }
- .phase1 {
- border-right: 1px solid #fff;
- }
- .odds, .evens {
- height: 30px;
- border-bottom: 1px solid #f8f8ff;
- }
- .odds {
- background: #96e1f3;
- }
- .evens {
- background: #b5bcfa;
- }
- </style>
- <!--[if IE]>
- <link rel="stylesheet" type="text/css" href="css_styles_ie.css">
- <![endif]-->
- </head><body>
- <div id="wrap_common">
- <div id="heading">
- <div class="phase1">Headings</div><div class="phase1">Headings</div><div class="phase2">Headings</div>
- </div>
- <div class="odds">
- <div class="phase1">ODDS</div><div class="phase1">ODDS</div><div class="phase2">ODDS</div>
- </div>
- <div class="evens">
- <div class="phase1">EVENS</div><div class="phase1">EVENS</div><div class="phase2">EVENS</div>
- </div>
- <div class="odds">
- <div class="phase1">ODDS</div><div class="phase1">ODDS</div><div class="phase2">ODDS</div>
- </div>
- <div class="evens">
- <div class="phase1">EVENS</div><div class="phase1">EVENS</div><div class="phase2">EVENS</div>
- </div>
- </div>
- </body></html>
- <!-- HTML 4.01 Folder
- http://answers.yahoo.com/question/index;_ylt=AnxXPs5oUxlc6xXNVsK7QqAv5XNG;_ylv=3?qid=20111210075415AAQ1RVJ
- I want the flow to be similar to a table. Have one row with 3 columns then the next to have 3 etc. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement