165
Views
4
Comments
Solved
how to run our screen title from left to right and right to left on the browser ?
Application Type
Traditional Web

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.

2024-01-31 05-29-41
Akshay Deshpande
Solution

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

2025-04-17 05-42-16
Ajit Kurane

THANKS AKSHAY

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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:

  • Setting the CSS styling properties that indicate that the flow of the page is right-to-left with the direction:rtl
  • Adding a directive to the body property
  • Creating a web-design that is consistent with a right-to-left flow

If you set the screen title right-to-left, I would think it also sets that equally.

Regards,

Daniel

2021-11-18 18-03-41
AJ.

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

Regards,

AJ

2024-01-31 05-29-41
Akshay Deshpande
Solution

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

2025-04-17 05-42-16
Ajit Kurane

THANKS AKSHAY

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.