0

I have gone through several tutorials for sending formatted text in email in android app. But there is no way to format the text with tag.

I am working with div tags as I came to know that div tag is supported for sending email. But, how can I align text right in an email using div tag. When I am using float:right property in string.xml file in a string resource its giving error.

Any help is greatly appreciated!!

I am just giving a small sample of code that I am using.

 <string name="email_text"> &lt;div width="200px"> 
        &lt;div float="left" width="100px">Test &lt;/div>
        &lt;div float="right" width="50px">Test &lt;/div>
        &lt;/div>
    </string>
Lenymm
  • 879
  • 1
  • 6
  • 27
Bette Devine
  • 1,196
  • 1
  • 9
  • 23

0 Answers0