4

enter image description here

This is a sample image of compose message box of Android Gmail client , here I have to insert a line (Html line with the help of Hr tag or table) at position (Red mark between that two statements) with the custom html message , I try a lot with different ways but I am not getting any line.

Please share your idea on this problem . Any suggestion over Html support in Android Gmail client will be highly appreciated.

Thanks.

4

2 に答える 2

0

ボーダーの使用を検討できますか?探しhrている効果が境界線で達成できる場合、多くの場合、労力がかかりすぎます。

于 2013-01-31T02:17:03.710 に答える
0

これを試して:

hr {
height: 1px;
border: 0;
background: #line_color;
display: block;
}

それが役立つことを願っています。

于 2012-10-22T10:36:54.170 に答える