图像之间的垂直间距 [英] vertical spacing between images

查看:28
本文介绍了图像之间的垂直间距的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我把一张图片剪成三张相等的图片,现在我把它放在 html 代码中,如下所示:

I cut one image to three equal images and now I have it in the html code like this:

                        <img src="images/disclosure2_01.jpg" alt="Disclosure">
                        <img src="images/disclosure2_02.gif" alt="Disclosure2">
                        <img src="images/disclosure2_03.gif" alt="Disclosure3">

在网站上呈现的图像如下所示:

The images render at the website like this:

我想知道是否可以消除图像之间的垂直间距,使图像看起来像一张完整的图片.预先感谢您的帮助.

I want to know if its possible to remove that vertical spacing between the images and the images to look like one whole picture. Thanks in advance for your help.

推荐答案

试试这个.删除它们之间的线.

try this. Remove the lines between them.

<img src="images/disclosure2_01.jpg" alt="Disclosure"><img src="images/disclosure2_02.gif" alt="Disclosure2"><img src="images/disclosure2_03.gif" alt="Disclosure3">

或者修改 css.

img { padding: 0; margin: 0; } 

这篇关于图像之间的垂直间距的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆