cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Code in Blogs?

Former Member
0 Kudos
353

Hi all,

I'm writing my first SDN blog. In the blog I have a code snippet, but I haven't found out how to highlight the syntax as it is possible in the forum. Is it possible?

Thanks in advance for your help.

(Sorry if this is the wrong forum)

Best Regards,

marcel

View Entire Topic
Former Member
0 Kudos

There is currently no way (out of testing) that allows for code highlighting the best thing to do is use the follow


<textarea cols="79" rows="10" readonly>
  ... your code here ...
</textarea>

Be sure to escape any < with &lt; and > with &gt;