<html> <head> <link rel="stylesheet" href="example.css" type="text/css"> </head> <body> <div style="height:20px;"> </div> <div id ="first"> <div id="fleft"> <ul> <li id="products"><a href="tata">First</a></li> <li><a href="tata">Products</a></li> <li><a href="tata">Features</a></li> <li><a href="tata">DecoKiosk</a></li> <li><a href="tata">DecoCoach</a></li> <li><a href="tata">CorelDRAW Graphic Suite X6</a></li> <li><a href="tata">Business Coaching</a></li> <li><a href="tata">By Industry</a></li> <li><a href="tata">Get Started</a></li> </ul> </div> <div id ="fright"> <h1>DecoNetwork Products</h1> <img src="page-products.png"> <span class="introtext">DecoNetwork in available two powerful levels designed for all business types. <b>DecoNetwork Standard</b> focused on quote, order and invoice management with Business Hub™ and also includes a simple catalog website to promote your products. <b>DecoNetwork Premium</b> boasts a power and completely customizable website to sell custom decorated and blank goods online.</span> </div> </div> </body> </html>
body{margin:0px; padding:0px;} #first {width:90%; margin-right:auto; margin-left:auto; float:left;} #fleft {float:left; margin-right:0px; } #fleft ul {padding:0px; margin-left:20px;} #fleft li {list-style:none; padding:0px; margin:0px; margin-left:25px; font-family:arial; font-size:14px; } #fleft a {text-decoration: none; color: black; margin-left:15px; padding: 12px 30px 6px 0px; display:block; border-bottom:1px dashed #D0D0D0; } #products {background: url("menu-active.png") no-repeat;} #fright { padding:0; background:#FFFFFF; } .introtext { color:#666666; line-height: 30px; font-size:14px; float:left; margin-bottom:20px; }
tables
<table> <tr> <td> Left side contents </td> <td> Right side contents </td> </tr> </table>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)