Click to See Complete Forum and Search --> : making bbcode bug ??


santral
04-03-2008, 08:19 AM
$bbcode = array("<", ">",
"", "",
'[color=\"', "[/color]",
'\"]');
$htmlcode = array("<", ">",
"<b>", "</b>",
'<span style=\"color:', "</span>",
'\">');

[b] is working but
[color] not works...
is there any problem or how can I write [color] ???

santral
04-03-2008, 10:25 AM
ok ..I solved