i want to run my title from right to left and left to right on the browser. whenever people visit on my site my title should be pop up and run on the browser window.
You need to add CSS to get your requirement
https://www.w3schools.in/html-tutorial/marquee-tag/
hope this will works for you,
Akshay Deshpande
THANKS AKSHAY
Hi,
Maybe this helps.
When using OutSystems UI, the themes and patterns that are bundled with the framework are locale aware and adjust the text direction according to whether the language flows from left-to-right, or right-to-left (e.g. when locale is defined as “AR” for the Arabic language).
When using other frameworks or defining your own styleguide, rendering right-to-left is achieved by:
If you set the screen title right-to-left, I would think it also sets that equally.
Regards,
Daniel
Hello Ajit,
I get the feeling that you are talking about a scrolling text feature (left to right, right to left, top to bottom etc) like a stock ticket tape or marquee?
If so, I believe CSS is your best option. Please check out Leonardo Fernandes' recommendation in this link
AJ