无法在雅虎邮箱中添加换行/回车

时间:2016-03-31 07:01:58

标签: html anchor html-email yahoo-mail

我从我的应用程序访问yahoo compose。以下是我的示例代码。

<a href="http://compose.mail.yahoo.com/?to=m@m.com&amp;subj=Sample&body=Line1%0D%0ALine2&cc=" target="_blank"> Yahoo Mail</a>

以下是我的输出

enter image description here

但我需要在line1和Line2之间添加一个新行。

我的预期输出是

enter image description here

我怎样才能做到这一点?

1 个答案:

答案 0 :(得分:0)

在我看来,这可以通过两种不同的方式完成:

  1. 在第1行和第2行之间添加<br />
  2. 使用<table>。将第1行和第2行放在单独的<tr>