Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Problem with [code] and Java

Quote Reply
Problem with [code] and Java
hello,

many of my forums users are posting javascript code. The problem shown below:

it should be

var A = new Array();
A[_ i_];
return;
and
var A = new Array();
A[_i_] [_b_];
return;

Code:
var A = new Array();
A = 0;
return;

Code:
var A = new Array();
A = 1;
return;

but there is italic and bold.

How can I avoid this.


I know, that I know nothing.
Subject Author Views Date
Thread Problem with [code] and Java eoeser 4349 Oct 28, 2005, 3:03 AM
Thread Re: [eoeser] Problem with [code] and Java
Andy 4229 Oct 28, 2005, 3:50 AM
Thread Re: [Andy] Problem with [code] and Java
eoeser 4239 Oct 28, 2005, 4:10 AM
Thread Re: [eoeser] Problem with [code] and Java
Andy 4260 Oct 28, 2005, 4:16 AM
Post Re: [Andy] Problem with [code] and Java
eoeser 4221 Oct 28, 2005, 4:19 AM
Post Re: [eoeser] Problem with [code] and Java
brewt 4230 Oct 28, 2005, 12:55 PM