How can I display scrolling (marquee) notice text from a text file on a Decisions Page?
in Pages
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.
0
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:
- Upload your custom CSS for the marquee
effect via Templates → Using
CSS on a Page.
- Add a Display HTML control to your page and insert your HTML markup for the scrolling text.
- Enable "Allow Unsafe HTML" in the Display HTML control’s properties to ensure your custom HTML/CSS renders correctly.
- Use browser developer tools to identify and target the correct classes or selectors if your CSS isn’t applying as expected.
- If CSS alone doesn’t achieve the effect, consider using a JavaScript Control for more advanced scrolling behavior.
0 - Upload your custom CSS for the marquee
effect via Templates → Using
CSS on a Page.
Howdy, Stranger!