Sir / Mam,
I can replace < with < or &60# and 62 for >
But,
If i need the following text
<code># include <stdio.h> </code>
i will write as
<code># include < stido.h ></code>
it displays as
# include < stdio.h>
But i need without any space between < and stdio
If i use
<code># include <stido.h ></code>
The text stdio.h is not displayed.
Please provide me the solution.
There should not be any space after < symbol.
Advance Thanks,
Rengaraj.R
I can replace < with < or &60# and 62 for >
But,
If i need the following text
<code># include <stdio.h> </code>
i will write as
<code># include < stido.h ></code>
it displays as
# include < stdio.h>
But i need without any space between < and stdio
If i use
<code># include <stido.h ></code>
The text stdio.h is not displayed.
Please provide me the solution.
There should not be any space after < symbol.
Advance Thanks,
Rengaraj.R
Comment