Advertisement
Katting

System Override - UPDATES TAB ADDON [HTML]

Aug 23rd, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <!-------SYSTEM OVERRIDE THEME ADDON UPDATES TAB by Feline Themes------->
  2. <div id="updatestab">
  3.  
  4. <div id="header">Updates</div> <!---You can title this however you want--->
  5.  
  6. <div id="mainsection">
  7.  
  8. <h2>Heading 1</h2>
  9.  
  10. <p> Do as you please with this updates tab. I have it set so it'll scroll automatically if it gets long enough. So put as much as you want in here. </p>
  11.  
  12. <hr>
  13.  
  14. <p> Use the hr tag for a line under your text. And don't forget to use the br tag for line breaks, or use the paragraph "p" class to make paragraphs. </p>
  15.  
  16. <hr>
  17.  
  18. <h2>Heading 2</h2>
  19.  
  20. <p>Here is how some of the basic HTML tags will look in your updates tab. If you know how, feel free to customize them and add your own.</p>
  21.  
  22. <p>I left most of them very basic as it suited the whole "Windows 98" vibe that the System Override theme has.</p>
  23.  
  24. <hr>
  25.  
  26. <b>Bold</b>
  27. <br>
  28. <i>Italic</i>
  29. <br>
  30. <s>Striked</s>
  31. <br>
  32. <a href="urlhere">Links</a>
  33.  
  34. <hr>
  35.  
  36. <h2>Stats</h2>
  37.  
  38. <div id="stats">
  39. Put your stats counters in here. Or delete this section if you don't want it.
  40. <br>
  41. Get your FREE updates stats counters from <a href="http://freehostedscripts.net/">Free Hosted Scripts</a>.
  42.  
  43. </div>
  44.  
  45. </div>
  46.  
  47. </div>
  48.  
  49. <!-------SYSTEM OVERRIDE THEME ADDON UPDATES TAB by Feline Themes------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement