how i can change this:
else(i=o["text-align"])&&(a="align",i=i);return t.name=a,i&&(t.attributes.option=i),null}
this code: [align=center]text[/align]
i want change it to [center][/center] and [left][/left] and [right][/right]
thx !
how i can change this:
else(i=o["text-align"])&&(a="align",i=i);return t.name=a,i&&(t.attributes.option=i),null}
this code: [align=center]text[/align]
i want change it to [center][/center] and [left][/left] and [right][/right]
thx !