Just thought I would pass this along. For anyone who ever wishes to display the format of what html code should look like rather than adding periods or reversing brackets, etc. . , you can see a list of special characters here.
Also, for reference "[" and "]" can be justified as such:
[ is [
] is ]
For example to show how to link a url in html:
<A href="https://www.turbodieselregister.com">Turbo Diesel Register</A>
If this were copied and pasted, it would produce:
Turbo Diesel Register
Or a picture in UBB code:
#ad
If this were copied and posted, this would produce:
#ad
Of course I can only hope this displays as I intended. I was only able to test this in IE 5. 0 and Netscape 4. 7 But it did work OK in those browsers.
#ad
Also, for reference "[" and "]" can be justified as such:
&#91; is [
&#93; is ]
For example to show how to link a url in html:
<A href="https://www.turbodieselregister.com">Turbo Diesel Register</A>
If this were copied and pasted, it would produce:
Turbo Diesel Register
Or a picture in UBB code:

If this were copied and posted, this would produce:

Of course I can only hope this displays as I intended. I was only able to test this in IE 5. 0 and Netscape 4. 7 But it did work OK in those browsers.
