cancel
Showing results for 
Search instead for 
Did you mean: 

Web item for a custom large block of text

Former Member
0 Kudos

Hi all,

I want to include a large block of text in one of my web templates. I could just type it there in a table or something like that, but I'd like it to have the same look and feel as the rest of the web items.

Is there any web item I can use to include that text, so that I can have the nice blue, collapsible boxes, with a title and all the works?

Thanks a lot in advance for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member195980
Active Participant
0 Kudos

Assign a BEX-style-class to your text.

You could insert your text into a cell of a table and assign a style to that cell.

<td class=SAPBEXstdItem>'your text'</td>

Regards,

Beat

Former Member
0 Kudos

Yep, that's what I'm doing currently, but do you know if there's a way to make the boxes collapsible too?