D DocDoo Golden Member Oct 15, 2000 1,188 0 0 Oct 16, 2001 #1 I thought Code: would do it.... Is it possible?
B Bozo Galora Diamond Member Oct 28, 1999 7,271 0 0 Oct 16, 2001 #2 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
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
D DocDoo Golden Member Oct 15, 2000 1,188 0 0 Oct 16, 2001 #3 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.
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.
T TonyH Elite Member Administrator Jan 20, 2000 3,979 11 91 Oct 16, 2001 #4 Are you wanting to post an example of the code as it would be entered in a forum post?
D DocDoo Golden Member Oct 15, 2000 1,188 0 0 Oct 16, 2001 #5 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...)
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...)
D DocDoo Golden Member Oct 15, 2000 1,188 0 0 Oct 16, 2001 #6 I am writing this in ASCII-ISO 8859-1 to see if this works. This is a bold hello test: <B>Hello</B> This is a email test: [E=myemailaddress]user@domain.com[/E] Hurray!!!!!!!!! I figured it out!!!!!
I am writing this in ASCII-ISO 8859-1 to see if this works. This is a bold hello test: <B>Hello</B> This is a email test: [E=myemailaddress]user@domain.com[/E] Hurray!!!!!!!!! I figured it out!!!!!
D DocDoo Golden Member Oct 15, 2000 1,188 0 0 Oct 16, 2001 #7 For those that know what I am trying to achieve... To show coding that uses the [ ] brackets, use the following ISO codes: [ = &#091 ] = &#093
For those that know what I am trying to achieve... To show coding that uses the [ ] brackets, use the following ISO codes: [ = &#091 ] = &#093
H Hossenfeffer Diamond Member Jul 16, 2000 7,462 1 0 Oct 16, 2001 #8 Or you could use < and > as a substitute for the brackets... The list goes on and on