Advertisement
Guest User

Bishop Hill formatting

a guest
Jan 12th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. Formatting:
  2.  
  3. To quote something:
  4.     <blockquote>Stuff you want quoted</blockquote>
  5.  
  6. To make a link:
  7.     <a href="http://www.w3.org/TR/html4/">Link text</a>
  8.  
  9. To make something italic or bold:
  10.     <i>text to be italic or <b>bold</b></i>
  11.  
  12. Note that you can nest tags, as I did just there (bold inside italic).
  13.  
  14. etc. Just remember that you need a terminating tag (one with a '/' as in </b>) at the end of the enclosed text.  And make sure you click 'Preview' before confirming a post, to make sure you got the tags right.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement