Advertisement
overtone

megdesk list instead of table

Feb 12th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <script type="text/javascript" language="javascript"
  6.     src="javascript/jquery.js"></script>
  7. <title>MegaDesk</title>
  8. <link href="styles/main-style.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11.     <div class="main-page">
  12.  
  13.         <ul class="widget-list">
  14.             <li class="widget">hello</li>
  15.             <li class="widget">dfsa</li>
  16.             <li class="widget">fsafsa</li>
  17.         </ul>
  18.         <ul class="widget-list">
  19.             <li class="widget">fw</li>
  20.             <li class="widget">fwf</li>
  21.             <li class="widget">fs</li>
  22.         </ul>
  23.  
  24.     </div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement