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

How to Insert Scrollable Box for Code in a weblog

RahulKeshav
Active Contributor
0 Likes
231

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 Member
0 Likes

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)

Ask a Question
Top Q&A Solution Author