Skip to main content

how to make variables in emails RTL?

  • May 7, 2024
  • 5 replies
  • 32 views

Forum|alt.badge.img+10

Hi,

I want to automate my work with emails to clients every 3 monthes.

the problem is my languge is RTL (right to left).

how can I send the clients emails that are RTL?
with HTML it doesn't work since the variables doesn't work in HTML.


5 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hmm, could you try using this in your email automation?

 

<p style="direction:rtl">Test</p>

If that doesn't work if you could provide some example text and a screenshot of how you want it to look I can try taking a look at this for you!

 


Forum|alt.badge.img+10
  • Author
  • Known Participant
  • May 7, 2024

Hmm, could you try using this in your email automation?

 

<p style="direction:rtl">Test</p>

If that doesn't work if you could provide some example text and a screenshot of how you want it to look I can try taking a look at this for you!

 


As I said "with HTML it doesn't work since the variables doesn't work in HTML"

 


TheTimeSavingCo
Forum|alt.badge.img+31

As I said "with HTML it doesn't work since the variables doesn't work in HTML"

 


Weird!  This is what shows up for me:


Forum|alt.badge.img+10
  • Author
  • Known Participant
  • May 7, 2024

Weird!  This is what shows up for me:


Because you used text, not varibles (column from the base)

 


TheTimeSavingCo
Forum|alt.badge.img+31

Because you used text, not varibles (column from the base)

 


Hmm, that still works for me: