Automatic Correction Problem
-
I am a WordPress.com user. I have a blog (//dm7blog.wordpress.com). I use new wordpress interface but I have a problem.
My blog is a programming blog. I add some delphi, c++, c#, text codes. But new interface add html codes to my code like :
I am writing with [code] tag:
[code lang='delphi']
var
Form1: TForm1;
Reg : TRegistry;
implementation
{$R *.dfm}Automatic correction convert to :
[code lang='delphi']
var
Form1: TForm1;
Reg : TRegistry;
implementation
{$R *.dfm}It is big problem to me. Please fix this problem or Write me a correct code adding metod
I am sorry for my poor English :)
Thank you
- ‘Automatic Correction Problem’ konusu yeni yanıtlara kapalı.