How to Display a Announcement in a scrolling Manner from Left to Right on a page in Service Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2020 09:40 PM
Hi All,
Is There anyway to display a announcement in scrolling manner from left to right manner. I didnt find anyway to display it as expected. It would be great if anyone can help me in achieving this .
Thanks in Advance,
Sweety
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2020 10:30 PM
Unfortunately, it is not possible add a scrolling functionality in OOB announcement functionality.
May be you can create a new widget to implement this. but it can only be placed below the header( inside the content of page).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2020 11:19 PM
Ohh I see. But below the header doesnt give good look to the portal.Thanks for the reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2020 10:42 PM
Hi,
Scrolling functionality is not available in announcement.
please create a widget with below HTML body only and place it on the top of homepage.
HTML Body sample :
<marquee width="60%" direction="left" height="100px"> This is a sample scrolling text that has scrolls texts to left. </marquee>
Thanks,
Vishal Khandve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2020 11:16 PM
Thanks for the reply Vishal, But if I have 2 or three announcements . Do you have to come everytime to this html widget and edit the text ? Cant i clone the announcement widget and edit the code over there to display it in scrolling manner? And one more thing the widget with marquee tag which i have created and placed on the top of page is getting displayed after header which is not going to work.