Help Sections - HTML Help |
| HTML is the language of the web... You can use some HTML tags in chat rooms to enhance your Name/Dialogue. Most tags have a start tag and an end tag. Everything written in between the two tags will be affected by the tag. For example if you want to make your name bold... You you first type the starting tag(which would be <b>), then your name, then the closing tag (</b>). So you would type <b>YOUR NAME</b>. and only your name would be bolded. The following chart shows some commonly allowed HTML in chat rooms. If you have further questions, contact us. Also, please note that not all chat rooms allow HTML tags in the chat(nothing will happen when you type the HTML). |
| Tag Action | Start Tag | Ending Tag |
| ITALICS | <i> | </i> |
| BOLD | <b> | </b> |
| UNDERLINE | <u> | </u> |
| Font Size(#'s 1-7 can be used) | <font size=4> | </font> |
| Font Color | <font color=green> | </font> |
| Center | <center> | </center> |
| Link | <a href=http://www.zackschats.com> | </a> |
(Show an image) | <img src="IMAGE LOCATION HERE"> | No End Tag |