Using Html Tags


WebTalk currently supports 4 html commands. They are:

FunctionWhat you typeWhat you see
BoldThis is an example of <b>bold</b>. This is an example of bold.
ItalicsThis is an example of <i>italics</i>. This is an example of italics.
LinksThis page was brought to you by <a href = " http://www.pacificnet.com/">Pacific Gateway</a>. This page was brought to you by Pacific Gateway.
ImagesOur <img src = " http://www.pacificnet.com/graphics/bpacificnet.gif"> Logo. Our Logo.

These are all case insensitive (except for file names).

Any thing else you type in WebTalk will show up as you typed it with these two exceptions:

1. No other html tags enclosed in <> are supported.
2. You can type &lt to display a < and &gt to display a >


BACK