How to post HTML code without it getting formatted? (sample code)

Bozo Galora

Diamond Member
Oct 28, 1999
7,271
0
0

html not enabled on the forums other than basic "bold" "italics" etc.

Right on the bottom of the screen you just typed into says "html code is not permitted"









so there you go
 

DocDoo

Golden Member
Oct 15, 2000
1,188
0
0
No... you misunderstood my question.

I do not want to add extra HTML code! I want to paste an example HTML code to show a member. If I paste the usual code, some of it gets formatted.
 

TonyH

Elite Member
Administrator
Jan 20, 2000
3,979
11
91
Are you wanting to post an example of the code as it would be entered in a forum post?
 

DocDoo

Golden Member
Oct 15, 2000
1,188
0
0
Hello...

Some other forums allow one to post code just by using the
Code:
tags. Anything written inside of that tag gets posted just as it appears (does not format bold tags, ect...)
 

DocDoo

Golden Member
Oct 15, 2000
1,188
0
0
I am writing this in ASCII-ISO 8859-1 to see if this works.

This is a bold hello test: &#060B&#062Hello&#060/B&#062

This is a email test: &#091E=myemailaddress&#093user@domain.com&#091/E&#093

Hurray!!!!!!!!! I figured it out!!!!!
 

DocDoo

Golden Member
Oct 15, 2000
1,188
0
0
For those that know what I am trying to achieve...

To show coding that uses the [ ] brackets, use the following ISO codes:

[ = &#038#091
] = &#038#093