Guest User

sidebar.html

a guest
Aug 6th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <!-- This is the start of the first sidebar box -->
  2.  
  3. <div class="forabg">
  4. <div class="inner"><span class="corners-top"><span></span></span>
  5. <ul class="topiclist">
  6. <li class="header">
  7. <dl class="icon">
  8. <dt>First box</dt>
  9. </dl>
  10. </li>
  11. </ul>
  12. <ul class="topiclist forums" style="padding: 0.05cm">
  13.  
  14. <!-- Code here for the first box -->
  15.  
  16. </ul>
  17. <span class="corners-bottom"><span></span></span></div>
  18. </div>
  19. <!-- This is the end of the first sidebar box -->
  20.  
  21. <!-- This is the start of the second sidebar box -->
  22.  
  23. <div class="forabg">
  24. <div class="inner"><span class="corners-top"><span></span></span>
  25. <ul class="topiclist">
  26. <li class="header">
  27. <dl class="icon">
  28. <dt>Second box</dt>
  29. </dl>
  30. </li>
  31. </ul>
  32. <ul class="topiclist forums" style="padding: 0.05cm">
  33.  
  34. <!-- Code here for the second box -->
  35.  
  36. </ul>
  37. <span class="corners-bottom"><span></span></span></div>
  38.  
  39. </div>
  40.  
  41. <!-- This is the end of the second sidebar box -->
  42.  
  43. <!-- This is the start of the third sidebar box -->
  44.  
  45. <div class="forabg">
  46. <div class="inner"><span class="corners-top"><span></span></span>
  47. <ul class="topiclist">
  48. <li class="header">
  49. <dl class="icon">
  50. <dt>Third box</dt>
  51. </dl>
  52. </li>
  53. </ul>
  54. <ul class="topiclist forums" style="padding: 0.05cm">
  55.  
  56. <!-- Code here for the third box -->
  57.  
  58. </ul>
  59. <span class="corners-bottom"><span></span></span></div>
  60.  
  61. </div>
  62.  
  63. <!-- This is the end of the third sidebar box -->
Advertisement
Add Comment
Please, Sign In to add comment