cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert Code?

bpawanchand
Active Contributor
0 Kudos

Hi,

Can anybody please let me know how can I inlcude my code like the one which is mentioned in this [blog|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0821265050DB00765020049435367550End?blog=/pub/wlg/6133]

As every one can go thorugh the code by scrolling vertically.

Thanks & Regards

Pavan

Solved

<textarea cols="73" rows="10">
 
"cols will be the width, rows display the visible rows
"add your code here....
 
 
</textarea>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Actually the way we prefer is mentioned in this post:

/people/community.user/blog/2009/05/05/bringing-your-code-snippets-to-the-next-level

It's much more efficient and usable than embeding the code straight into the blog post.

Answers (0)