我是新手,我对代码不太了解。我想要一个块左侧的链接和右侧的另一个链接。我正在使用以下命令。两者都在正确的一边,但在新线上。我在 css 中给出了正确的代码,但我认为一些 html 代码有问题。请让我知道下面的错误。
<div class="more">
<span><a href="http://www.fe.com/discuss">See More</a></span>
</div>
<div class="placeadhere">
<span><a href="http://www.fe.com/posting.php?mode=post&f=16">Place Ad Here</a></span>
</div>
我的 CSS 是
.more {
font-size:11px;
text-align:right;
margin:5px 0 10px 0;
}
.placeadhere {
font-size:11px;
text-align:left;
margin:5px 0 10px 0;
}
图像是
非常感谢您的回答解决了我的问题...爱您和 SOF..