ok, hvis jeg forstår det rigtig, så skal du have 3 bokse nede
- <style>
- .wrapper {
- width: 960px;
- height: auto;
- margin: 0px auto;
- }
- .box {
- float: left;
- width: 960px;
- margin: 0px 0px 20px;}
-
- .boxrt {
- float: left;
- width: 249px;
- border-radius: 5px;
- background: none repeat scroll 0% 0% #F3FC00;
- margin: 0px 0px 0px 21px;
- box-shadow: 0px 0px 10px #666;}
-
- .boxlt {
- float: left;
- width: 380px;
- padding: 20px;
- color: #777;
- font-size: 11px;
- line-height: 20px;
- background: none repeat scroll 0% 0% #FFF;
- border-radius: 5px;
- box-shadow: 0px 0px 10px #666;
- }
-
- .boxy {
- min-height: 165px;
- width: 249px;
- margin-left: 21px;
- float: left;
- box-shadow: 0px 0px 10px #666;
- }
-
- .clear {
- clear: both;
- }
- </style>
- <div class="wrapper">
- <div class="box">
- <div class="boxlt">
- <h2>Binary Hosting</h2>
- <p><strong >Velkommen til Binaryhosting</strong> </p>
- <div class="greybox">Vi giver fuld service.
- Vi hoster fra Tyskland på en 100mbit forbindelse med fri trafik.</div>
- <p><strong ></strong> </p>
- <p><strong ></strong> </p>
- <!-- PayPal Logo -->
- <table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="#" title="Saadan fungerer PayPal" onclick="javascript:window.open('https://www.paypal.com/dk/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=600');"><img src="https://www.paypalobjects.com/webstatic/mktg/logo-center/logo_PayPal_betalingsmuligheder_dk.jpg" border="0" alt="PayPal Acceptance Mark"></a></td></tr></table>
- <!-- PayPal Logo -->
- <!--boxlt-->
- </div>
- <div class="boxrt">
- <h2>What's Included?</h2>
- <div class="boxrtinner">
- <ul>
- <li><strong >99.9%</strong> Uptime Garanti </li>
- <li><strong >Gode</strong> priser</li>
- <li class="noborderbtm"><strong >24/7</strong> Kunde Support</li>
- </ul>
- <div class="learnmore"><a href="cart.php">Buy now</a></div>
- </div>
- </div>
- <div class="boxy">Content</div>
- <div class="clear"></div>
- </div>
- </div>