How can I display scrolling (marquee) notice text from a text file on a Decisions Page?

Hi, I'm trying to display a scrolling (marquee) notice text on a Decisions Page, where the message is read from a text file. I attempted to use the Display HTML control, but I can't get the scrolling effect to work. Has anyone implemented a marquee or scrolling text effect in Decisions? Any recommendations or steps would be appreciated.

Comments

  • Decisions does not have a native marquee or scrolling text feature, but you can achieve this using custom CSS or JavaScript. Here are the steps:

    1. Upload your custom CSS for the marquee effect via Templates → Using CSS on a Page.

    2. Add a Display HTML control to your page and insert your HTML markup for the scrolling text.
    3. Enable "Allow Unsafe HTML" in the Display HTML control’s properties to ensure your custom HTML/CSS renders correctly.
    4. Use browser developer tools to identify and target the correct classes or selectors if your CSS isn’t applying as expected.
    5. If CSS alone doesn’t achieve the effect, consider using a JavaScript Control for more advanced scrolling behavior.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion