Advertisement
mustntrunaway

update tab 01 body

Mar 5th, 2015
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!-- UPDATE TAB BODY CODE START -->
  2. <div id="updates">
  3.  
  4. <div class="tabtop">
  5.     tab title
  6.     <br><br>
  7.     tab content goes here
  8. </div>
  9.  
  10. <div class="tab1">
  11.     tab title
  12.     <br><br>
  13.     tab content goes here
  14. </div>
  15.  
  16. <div class="tab2">
  17.     tab title
  18.     <br><br>
  19.     tab content goes here
  20. </div>
  21.  
  22. </div>
  23. <!-- UPDATE TAB BODY CODE END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement