
Basic Codes
Learn HTML!
These are some very basic HTML "how to's" to get you started. If you would like to learn more HTML there is a VERY EASY website that will teach you.W3schools has very simple to follow tutorials. Use the menu on the left side to choose what you want to learn. They also have "Try it yourself" links in each tutorial, so you can try it out live and see how it works.The key to HTML is you need to get all the little punctuations exactly right or it won't work. So, make sure you don't forget any " or > .
How to Post a Link
<a href="http://www.yuwiegoodies.com">Yuwie Goodies!</a>
Does this: Yuwie Goodies!
How to Post a Picture
<img src="http://i17.tinypic.com/6fubzgm.jpg" alt="my pic rules!" />
Does this:
How to Post an Image Link
Does this:
How to Make Your Text Stand Out
<u>underline text</u>
<s>
<big>big text</big>
<b>bold text</b>
<i>italic text</i> <span style="color:orange;">Orange Text</span>
<span style="color:green;">Green Text</span>
<span style="color:violet;">Violet Text</span>
<span style="color:blue;">Blue Text</span>
<span style="color:red;">Red Text</span> <span style="color:hotpink;"><s>