Skip to main content

How do I display the message I'm sending in the email from right to left?

  • May 24, 2023
  • 3 replies
  • 29 views

Forum|alt.badge.img+2

How do I display the message I'm sending in the email from right to left?

Thank you

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • May 24, 2023

Unfortunately, Airtable’s (young & inexperienced) engineers designed the product to only fully work in USA and Canada, which is probably due to their very limited life experience. 

You might want to ask the people at Make if they support right-to-left text. If so, you can automate any of your Airtable emails over there instead.

There can be a bit of a learning curve with Make, which is why I created this basic navigation video for Make, along with providing the link to Make’s free training courses. 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • May 24, 2023

Thank you!


TheTimeSavingCo
Forum|alt.badge.img+31

Thank you!


 

In your email automation, could you try wrapping your text inside a "<p>" tag like so?

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

And that results in this:


Not sure if that's what you're looking for though!