Contents
- Index
HTML Examples
HTML Queue Examples
To add the examples below use the Add Text button on the HTML Queue screen. Simply copy the example you want then change the text and/or link to what you need.
To add a link:
<a href="http://www.ballstat.com">BallStat</a>
To add a button:
<FORM>
<input type="button" value="www.ballstat.com" name="B4" onClick="location.href='http://www.ballstat.com'">
</FORM>
To add a blank row with a horizontal rule:
<tr><td><HR></td></tr>