Advertisement
cironmonger

Castiel tie update tab - Body section

Aug 10th, 2013
2,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <!------------------ Beginning of Update tab place this directly before </ body > this will be at the end of the code ------>
  2.  
  3. <div id ="update">
  4. <div id="updateimage">
  5. <center>
  6.  
  7. <!------------------------------------- Change UPDATES to whatever you want your title to be or delete if you don't want there to be a title ---------------------------------------------------->
  8.  
  9. <b>Updates</b>
  10. </center>
  11. </div>
  12.  
  13. <div id="updatetext">
  14.  
  15. <!--------------------------------- Place the text you want in your update tab here, I've given examples normal text goes between <a text=''> and </a> whilst links are the href ones! Use as many of these as you need --------------->
  16.  
  17. <a text=''>Your text here</a><p>
  18. <a text=''>and here</a><br>
  19. <a text=''>and here</a><p>
  20. <a href='URLhere'>linktext </a>
  21. </div>
  22. </div>
  23.  
  24. <!--------------------------------------- End of Update tab ------------------------------------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement