Advertisement
addictcastiel

upd2_html

Jul 16th, 2015
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.57 KB | None | 0 0
  1. <!----------------------------------------------------------------------------
  2.                       NOTES [feel free to delete]
  3.                      
  4. • <p> starts new paragraph, </p> ends it;
  5. • <br> starts a new line;
  6. • to add a link use this: <a href="url" title="hover link text">link name</a>
  7. • to add a picture use this: <img width=120px src="url"> (delete width part if   your picture is already smaller than updates tab;
  8. • to change color/font/text size etc use: <span style="color:#??????; font-size:??px; font-family:???????;"> your text </span>
  9. • <i>italic</i> <b>bold</b> <u>underline</u> <s>strike</s>
  10. • <small>small text</small> <big>big text</big>
  11. • <marquee>scrolling text</marquee>
  12.  
  13. ----------------------------------------------------------------------------->
  14.  
  15. <div id="drop1">
  16. <div class="dropin">
  17. <div style="font-family: {font:Updates title font};text-transform:uppercase;font-size:16px;color:{color:updates title color}; background-color:{color:updates tab1}; padding:5px">{text:updates title1}</a></div><br>
  18. {text:square1 content}
  19. </div></div>
  20.  
  21. <div id="drop2">
  22. <div class="dropin">
  23. <div style="font-family:{font:Updates title font};text-transform:uppercase;font-size:16px;color:{color:updates title color}; background-color:{color:updates tab2}; padding:5px">{text:updates title2}</a></div><br>
  24. {text:square2 content}
  25. </div></div>
  26.  
  27. <div id="drop3">
  28. <div class="dropin">
  29. <div style="font-family:{font:Updates title font};text-transform:uppercase;font-size:16px;color:{color:updates title color}; background-color:{color:updates tab3}; padding:5px">{text:updates title3}</a></div><br>
  30. {text:square3 content}
  31. </div></div>
  32.  
  33. <div id="drop4">
  34. <div class="dropin">
  35. <div style="font-family:{font:Updates title font};text-transform:uppercase;font-size:16px;color:{color:updates title color}; background-color:{color:updates tab4}; padding:5px">{text:updates title4}</a></div><br>
  36. {text:square4 content}
  37. </div></div>
  38.    
  39. <div id="drop5">
  40. <div class="dropin">
  41. <div style="font-family:{font:Updates title font};text-transform:uppercase;font-size:16px;color:{color:updates title color}; background-color:{color:updates tab5}; padding:5px">{text:updates title5}</a></div><br>
  42. {text:square5 content}
  43. <!----------------------------------------------------------------------------
  44. If you want to delete the credit below please include it in your faq or somewhere else. Thank you and enjoy!
  45. ----------------------------------------------------------------------------->
  46. <p><a href="http://survivorbellamy.tumblr.com">updates tab credit</a></p>
  47. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement