Guest User

updates tab html

a guest
Jul 24th, 2015
5,072
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. <!--start of updates tab-->
  3.  
  4. <div id="updatestab">
  5. <h5>updates</h5> <!--change main heading-->
  6.  
  7. <!--start first box-->
  8. <div class="box">
  9. <h7>+name, age, location</h7><!--first box heading-->
  10. <br>
  11. <!--start writing here-->
  12. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis aliquam purus id bibendum posuere. Donec venenatis ex sed dignissim facilisis.
  13. <!--end writing here-->
  14. </div>
  15. <!--end first box-->
  16.  
  17. <!--start second box-->
  18. <div class="box">
  19. <h7>how to use</h7> <!--second box heading-->
  20. <br>
  21. <!--start writing here-->
  22. Use < br > for line breaks and < p > to start new paragraphs, without the spaces. You can also use <a href="url here" title="hover text">links</a>, <b>bold</b>, <i>italics</i> and <u>underline</u>.
  23. <!--end writing here-->
  24. </div>
  25. <!--end second box-->
  26.  
  27. <!--start third box-->
  28. <div class="box">
  29. <h7>updates</h7> <!--third box heading-->
  30. <br>
  31. <!--start writing here-->
  32. <b>WATCHING</b> tv show, tv show <br/>
  33. <b>READING</b> book, book, book <br/>
  34. <b>LISTENING</b> artist, artist <br/>
  35. <!--end writing here-->
  36. </div>
  37. <!--end third box-->
  38.  
  39.  
  40. <!--start fourth box-->
  41. <div class="box">
  42. <h7>heading</h7><!--fourth box heading-->
  43. <br>
  44. <!--start writing here-->
  45. <li>lorem ipsum
  46. <li>dolor sit
  47. <li>amet consectetur
  48. <!--end writing here-->
  49. </div>
  50. <!--end fourth box-->
  51.  
  52. <!--to add more boxes, copy and paste the following:
  53.  
  54.  
  55. <div class="box">
  56. <h7>heading</h7>
  57. <br>
  58. write your updates here
  59. </div>
  60.  
  61. as many times as you like. -->
  62.  
  63. </div>
  64. <!--end updates tab-->
Advertisement
Add Comment
Please, Sign In to add comment