HTML Help
Messages in this message board allows the use of HTML to add some style and pizazzaz to your message. This is accomplished through the use of HTML markups. Using these are very simple - don't get stressed over it! This software will automatically change Return into <br>, so use your Return/Enter key as you normally would. |
If you want to do this | Enter this | This is what you will get |
|
||
Italics | <i>your text</i> | your text |
Bold | <b>your text</b> | your text |
Indent some text | <blockquote>your text</blockquote> |
your text |
Combine italics and bold (note the ordering of the markups) | <i><b>your text</b></i> | your text |
Hyperlink | <a href="your url" target=" _blank">your name for url</a> | your name for url |
Include a picture | <img src="http://your url"> | |
Center text | <center>Your Text</center> |
|
Hope this helps!