Today's Newsletter
The code showed up just fine for me but if you want to be really sure that it shows up correctly then put it inside if a form text area like this.
<form>
<textarea rows="10" cols="60" wrap="off">
Text or Code goes here
</textarea>
</form>
|