How to Display a Announcement in a scrolling Manner from Left to Right on a page in Service Portal?

sweetymiriyala
Giga Contributor

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

5 REPLIES 5

SatheeshKumar
Kilo Sage

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).

 

 

 

Ohh I see. But below the header doesnt give good look to the portal.Thanks for the reply

Vishal Khandve
Kilo Sage

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

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.