Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----------------------------------------
- Update Tab #3 (HTML) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 12/23/14
- ------------------------------------------>
- <!-----
- 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:
- <div id="updatemusicplayer">
- *your music player code*
- </div>
- ------->
- <!-----
- if you don't want all 6 sections, just delete the last few! no need to delete anything from the css or script!
- ------->
- <div id="updatetab">
- <div id="hover1">
- <div id="tabtitle1">
- <!---this is where you put title of your first section--->
- updates
- </div>
- <div id="dropdown1">
- <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
- you can write some updates in this section<br>
- use whatever titles you'd like for each tab!
- </div>
- </div>
- <div id="updatetabline"></div>
- <div id="hover2">
- <div id="tabtitle2">
- <!---this is where you put title of your second section--->
- updates 2
- </div>
- <div id="dropdown2">
- <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
- blah blah blah<br>
- blah blah blah
- </div>
- </div>
- <div id="updatetabline"></div>
- <div id="hover3">
- <div id="tabtitle3">
- <!---this is where you put title of your third section--->
- updates 3
- </div>
- <div id="dropdown3">
- <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
- blah blah blah<br>
- blah blah blah
- </div>
- </div>
- <div id="updatetabline"></div>
- <div id="hover4">
- <div id="tabtitle4">
- <!---this is where you put title of your fourth section--->
- updates 4
- </div>
- <div id="dropdown4">
- <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
- blah blah blah<br>
- blah blah blah
- </div>
- </div>
- <div id="updatetabline"></div>
- <div id="hover5">
- <div id="tabtitle5">
- <!---this is where you put title of your fifth section--->
- updates 5
- </div>
- <div id="dropdown5">
- <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
- blah blah blah<br>
- blah blah blah
- </div>
- </div>
- <div id="updatetabline"></div>
- <div id="hover6">
- <div id="tabtitle6">
- <!---this is where you put title of your sixth section--->
- updates 6
- </div>
- <div id="dropdown6">
- <!---this is where you put your individual updates, make sure to put a <br> if you want to put something on a new line--->
- blah blah blah<br>
- blah blah blah
- </div>
- </div>
- </div>
- <div id="c"><a href="http://incedothemes.tumblr.com">©</a></div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement