我想删除图片之间的空格:
<div style="width: 70.9%; height: 139px; border: 2px solid black; white-space: nowrap; overflow-x: auto; overflow-y: none;">
<a href="https://www.youtube.com/watch?v=ZR8D_OugGiw"><img src="Grafiken/Last1.png" width="250px" height="140px"/></a>
<img src="Grafiken/Last2.png" width="250px" height="140px"/>
<img src="Grafiken/Last3.png" width="250px" height="140px"/>
<img src="Grafiken/Last4.png" width="250px" height="140px"/>
<img src="Grafiken/Last5.png" width="250px" height="140px"/>
<img src="Grafiken/Last1.png" width="250px" height="140px"/>
</div>
答案 0 :(得分:1)
在CSS中创建display: block
。