如何摆脱图像和标题之间的空间?

时间:2017-02-12 13:37:52

标签: html

This is a picture of the spacing problem.

在我的网站上,我有一个图像及其标题,但图像和标题之间有一个很大的空间。我不知道造成这种情况的原因,因为没有br标签。我该怎么办?我喜欢用html。

<p style="float: right; width:300px; vertical-align: top;"><font size="4">Members of FBLA reciving an award for their competitions. (From biznews.fiu.edu). To learn more about middle level competitions from FBLA's national website, click <a href="http://www.fbla-pbl.org/middle-level/competitive-recognition/" target="blank">here.</a></font></p>

2 个答案:

答案 0 :(得分:0)

您应该向我们提供有关您的网页html / css代码的更多详细信息。

您是否尝试更改图片的margin-top或图片的margin-bottom

答案 1 :(得分:0)

你可能在图像块或标签p上有一些余量。顺便说一下,如果你有浮动:对,你不需要vertical-align-top。