PART IV - HTML
__________
Here is a guide to some of the HTML codes you can use in the clubs. Just replace "text here" with whatever you want to write.
TIP: If you see someone doing something really cool with HTML, you can look at the coding by clicking "report" on their comment. Just remember not to click submit. :3
Erase any *'s
Bold text:
<b>text here</b>
Italics:
<i>text here</i>
Underlined:
<u>text here</u>
Strikethrough:
<del>text here</del>
or
<s>text here</s>
Blockquotes: (text with yellow background)
<blockquote>text here</blockquote>
Make text bigger: (replace 3 with other numbers to make text bigger or smaller)
<*font size=*"3"*>text here</*font*>
Make a link show up as text:
<*a href=*"link here"*>text here</*a*>
Change font face: (Works only if a user has chosen font downloaded on their computer. Try things like arial, courier, tahoma, etc.)
<*font face=*"font here"*>text here</*font*>
Change text color: (replace 000000 with any HTML color code)
<*font color=*"#000000"*>text here</*font*>
Centering text:
<center>text here</center>
Make an image show up:
<*img src=*"image URL"*>
Link an image to a webpage: (URL = page you want to link to; image URL = link to your image. This is what you use for a story ad.)
<*a href=*"URL"*><*img src=*"image URL"*></*a*>
Put text over an image:
This is complicated. Go here: http://www.wattpad.com/forums/discussion/346424/
- - - - - - - - - -
You can also use several codes together. If you want text to be bold, centered, and have blockquotes, try this:
<blockquote><center><b>text here</b></center></blockquote>
If you want to experiment with codes, try creating a discussion and titling it "under construction." Then you can test anything you want.
- - - - - - - - - -
That is all, for now. If you have any other codes I could put here, please leave a comment!
__________
NEXT PART: creating threads