If you DON'T know how to do any HTML whatsoever then you probably should read this. HTML is required in every single application so this may be helpful in getting you in.
Any questions? Inbox me.
SPACING
To make simple line breaks such as this:
"Don't have to look hard, you're not a gangsta
You live with your mum and you work in Asda
So what you gotta start a fight."
You use the code <br> at the end of every line you want to break.
If you want to make paragraph breaks like this:
"Don't have to look hard, you're not a gangsta
You live with your mum and you work in Asda
So what you gotta start a fight"
Then you use the code <p>
FONT CHANGING <b>= Bold </b>
<i>= Italic </i>
<u>= underline </u>
<s>= Strikethrough </s>
<font size=1>
<font size=2>
<font size=3>
etc.
To end any font size use the code </font> after you're done.
<font color=purple> Purple Font</font>
<font color=pink> Pink Font</font>
<font color=blue> Blue Font </font>
Add any color after the ='s to change it to that color. OR you can add codes such as 0099FF.
You can find these codes BY CLICKING HERE.
To change the font style write: <font face="Lucidacalligraphy"> or which font style you want. As in Comic sans, verena, times new roman etc.
PicturesPersonally, I use Photobucket.
Go to photobucket and either sign up for an account or use a friends or whatever. Upload your pictures.
when they are uploaded click ON the picture and go to resize and select "web page" resizing.
The picture should be this size:

ONLY COPY THE HTML CODE from the selection. Nothing else will give us a view of the picture with photobucket.
For Tinypic.com you do NOT need to sign up in order to upload pictures or resize them.
To give us a picture WITHOUT uploading pictures to the internet: <img src="YOUR IMAGE URL HERE">
but that is far more complicated in my opinion.
Other Crap
If you want to know how to do more complicated HTML (like scroll boxes, moving words, etc) go HERE. (links back to VF messageboard)
or, HTML_LOVERS cult Both are extremely helpful
To end the use of ANY HTML code put a "/" at the begining of it. Example: < /center >. That ends you centering things.