gpt4 book ai didi

html - 删除 HTML/CSS 中的空格

转载 作者:行者123 更新时间:2023-11-28 12:43:10 28 4
gpt4 key购买 nike

我的网站快要完成了,但空白会将我的元素从一个页面布置到另一个页面。

请点击here

Cross-border Airtime Transfer 下面的空白比

本页here

我尝试用后者最小化空格,但都没有用。

这是我的 comgtech.com/products1_1.php 代码

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" charset="utf-8;" content="text/html" />

<title>CTI | CORE PLATFORMS</title>

<link rel="stylesheet" type="text/css" href="styles.css" />

</head>

<body>
<div >
<?php include 'header.html' ?>

<div style="text-align: center">
<img src="images/cbat.jpg" style="width: 800px;" />

<div style="width: 800px; margin:0 auto;" >
<p style="margin-top: 0;">
<span style="float:left;" >
<img src="images/core-platforms.jpg" style="margin-right: 20px;" />
</span>
<span style="float: right; " ><p style="text-align:left; font-size:13px; color:#333333" >
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exercitation ulliam corper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem veleum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel willum lunombro dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te f eugait nulla facilisi. <br /><br />&#x2022; Cti.Loadwallet<br />&#x2022; Cti.MAS (Mobile Acquiring System)<br />&#x2022; Cti.Remit<br />&#x2022; Cti.SMS (Short Message Service)
</span>
</p>

</div> <br /><br />
<div style="width: 800px; margin:0 auto; font-weight:bold; text-align: left;">
<a href="products1_1.php" class="back-more"><font color="#00b1ef">&#60;back</font></a>
<!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="products1_3.php" class="back-more">know more&#62;</a>-->
</div>

</div>


</div>



<?php include 'footer.html' ?>
</div>
</body>
</html>

最佳答案

问题出在“Cross-border Airtime Transfer”图像后面的 HTML 标记中。

在第 2 页中,有一个元素之后,而在第 2 页中有一个元素。

table的显示是table,div的显示是block。

block 元素的一个属性是它在其前后创建一个换行符。

阅读更多 here

要修复它,给 div 一个负的上边距 CSS 属性:margin-top: -13px;

这样做之后,我注意到页脚比以前高了一点,所以如果你想降低它,给同样的 div height 251px.

干杯:)

关于html - 删除 HTML/CSS 中的空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17561157/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com