Advertisement
incedothemes

Update Tab #3 (HTML) by Incedo

Dec 23rd, 2014
6,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!----------------------------------------
  2. Update Tab #3 (HTML) by Incedo
  3. http://incedothemes.tumblr.com
  4. Please do not remove the credit.
  5. Instructions @ http://incedothenes.tumblr.com/tab
  6. Updated 12/23/14
  7. ------------------------------------------>
  8.  
  9. <!-----
  10. to put a music player as one of the tabs, put this code around your music player code before you paste in into the section you want:
  11. <div id="updatemusicplayer">
  12. *your music player code*
  13. </div>
  14. ------->
  15.  
  16. <!-----
  17. if you don't want all 6 sections, just delete the last few! no need to delete anything from the css or script!
  18. ------->
  19.  
  20. <div id="updatetab">
  21.  
  22. <div id="hover1">
  23. <div id="tabtitle1">
  24. <!---this is where you put title of your first section--->
  25. updates
  26. </div>
  27. <div id="dropdown1">
  28. <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
  29. you can write some updates in this section<br>
  30. use whatever titles you'd like for each tab!
  31. </div>
  32. </div>
  33.  
  34. <div id="updatetabline"></div>
  35.  
  36. <div id="hover2">
  37. <div id="tabtitle2">
  38. <!---this is where you put title of your second section--->
  39. updates 2
  40. </div>
  41. <div id="dropdown2">
  42. <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
  43. blah blah blah<br>
  44. blah blah blah
  45. </div>
  46. </div>
  47.  
  48. <div id="updatetabline"></div>
  49.  
  50. <div id="hover3">
  51. <div id="tabtitle3">
  52. <!---this is where you put title of your third section--->
  53. updates 3
  54. </div>
  55. <div id="dropdown3">
  56. <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
  57. blah blah blah<br>
  58. blah blah blah
  59. </div>
  60. </div>
  61.  
  62. <div id="updatetabline"></div>
  63.  
  64. <div id="hover4">
  65. <div id="tabtitle4">
  66. <!---this is where you put title of your fourth section--->
  67. updates 4
  68. </div>
  69. <div id="dropdown4">
  70. <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
  71. blah blah blah<br>
  72. blah blah blah
  73. </div>
  74. </div>
  75.  
  76. <div id="updatetabline"></div>
  77.  
  78. <div id="hover5">
  79. <div id="tabtitle5">
  80. <!---this is where you put title of your fifth section--->
  81. updates 5
  82. </div>
  83. <div id="dropdown5">
  84. <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
  85. blah blah blah<br>
  86. blah blah blah
  87. </div>
  88. </div>
  89.  
  90. <div id="updatetabline"></div>
  91.  
  92. <div id="hover6">
  93. <div id="tabtitle6">
  94. <!---this is where you put title of your sixth section--->
  95. updates 6
  96. </div>
  97. <div id="dropdown6">
  98. <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
  99. blah blah blah<br>
  100. blah blah blah
  101. </div>
  102. </div>
  103.  
  104. </div>
  105.  
  106. <div id="c"><a href="http://incedothemes.tumblr.com">©</a></div>
  107.  
  108. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement