Advertisement
onediewreckshun

Updates Box 2 HTML | kimsjongin.tumblr.com

Jun 24th, 2014
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1. <!-- start of updates boxes -->
  2. <div id="candywrapper">
  3. <!-- tutorial by kimsjongin.tumblr.com! -->
  4.  
  5. <!-- start of first updates box -->
  6. <div id="tab1">
  7.  
  8. <div id="titletab">title here</div>
  9.  
  10. <div id="in">
  11. your text goes here!<br>
  12.  
  13. fill this up with whatever you want!<br><br>
  14.  
  15. &bull; use < br > (without spaces) to bring text to a new line<br><br>
  16.  
  17. &bull; <a href="http://kimsjongin.tumblr.com">here's a link</a>
  18. </div>
  19.  
  20. </div>
  21. <!--end of first updates box-->
  22.  
  23. <!-- start of second updates box -->
  24. <div id="tab2">
  25.  
  26. <div id="titletab">title here</div>
  27.  
  28. <div id="in">
  29. your text goes here!<br>
  30.  
  31. fill this up with whatever you want!<br><br>
  32.  
  33. &bull; use < br > (without spaces) to bring text to a new line<br><br>
  34.  
  35. &bull; <a href="http://kimsjongin.tumblr.com">here's a link</a>
  36.  
  37. </div>
  38.  
  39. </div>
  40. <!-- end of second updates box -->
  41.  
  42. <!-- start of third updates box -->
  43. <div id="tab3">
  44.  
  45. <div id="titletab">title here</div>
  46.  
  47. <div id="in">
  48. your text goes here!<br>
  49.  
  50. fill this up with whatever you want!<br><br>
  51.  
  52. &bull; use < br > (without spaces) to bring text to a new line<br><br>
  53.  
  54. &bull; <a href="http://kimsjongin.tumblr.com">here's a link</a>
  55.  
  56. </div>
  57.  
  58. </div>
  59. <!-- end of third updates box -->
  60.  
  61. </div>
  62. <!-- end of updates boxes -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement