There is a line in the portal of a catalog build I've just modified that appears to be from adding a rich text label. It breaks up the flow of the page, and I'm wondering if this line can be removed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 11:21 AM
I'm modifying a catalog build for our service portal, and using a rich text label for a bulleted attestation list. The specs require me to include an acknowledgement checkbox, and the rich text label is creating a line that divides these two variables and breaks up the flow of the page. I have tried using a container instead, but that didn't work. Does anyone know how to keep my formatting, but remove the line that rich text labels create? Thanks.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 12:17 PM
create a custom type variable and for that custom type variable you can tag a widget and in that widget HTML part you can write this bulletin code.
So basically what ever you wrote in Rich label field copy the source code and paste it in HTML of the widget and attach the widget here.
Click on the source code button
Copy the source ode and create a widget and tag that widget in the custom variable and place this variable above the check box variable
Hope this work around helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 02:19 PM
This didn't work, but I appreciate your advice.