How can I insert line breaks inside HTML attribute values, like this:
<href="mailto:[email protected]?subject=TestMail&body=Please enter the following details.
Name
Email
Mob No">
When the user replies, the body part should display as below:
Please enter the following details. 1. Name 2. Email 3. Mob No
I tried using <br>
tags, but they get displayed.