cancel
Showing results for 
Search instead for 
Did you mean: 

How to Insert Scrollable Box for Code in a weblog

former_member187457
Active Contributor
0 Kudos

Hi all,

I am trying to post a blog.

My blog is lengthy, because it contain lot of small ABAP Codes.

So it is summing up to 3 blog posts...

As i have seen that in many blogs, codes are written in a Scrollable boxes.....

that will reduce the length of the post.

Please let me know how to get the Scrollable box for writting code..

Thnx

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

you can use the following tags... in the HTML editior, Click the HTML editor (Edit HTML source )

I hope you know about Edit HTML option.

<textarea cols="73" rows="10">

"cols will be the width, rows display the visible rows
"add your code here....


</textarea>

add the code in between these tags.

Answers (0)