テキストに改行を入力すると、次のテキストが余白の前に開始されます。改行を無視して余白を無視する
<li><a class="yourlinkclass" href="http://blah.com" class="blahlink" target="blank">this is really <br>annoying</a></li>
<style>
A.yourlinkclass {
font-family: Arial;
color: #595454;
text-decoration: none;
font-size: 11px;
font-weight:;
margin-left:80px;
}
A.yourlinkclass:hover {
font-family: Arial;
color: #BDBDBD;
text-decoration: underline;
font-size: 11px;
font-weight:;
margin-left:80px;
</style>
どうすればいいですか?改行後のテキストは、80px後に開始する必要があります。
おかげ?私はそれぞれの "p"(pが何を意味するのかわかりません - 段落?)セクションの間に、スペースがあります。私はそれが好きではない – user1284806
あなたはあなたの質問について正確にあなたがpについて聞いていることを理解できませんでした... ruはpタグの間隔について質問したり、私たちにフィーデルの例を与えます。 –