小编use*_*680的帖子

如何并排放置两个iframe

我尝试了几个代码,比如这个:

<div class="box"><iframe src="https://embed.spotify.com/?uri=spotify:user:1290230929:playlist:6nTIVNGZfnZ4urUiwHIgpT" 
                         frameborder="0" 
                         scrolling="no" 
                         width="100%" 
                         height="512" 
                         align="left"> </iframe> </div>
<div class="box"><iframe src="https://embed.spotify.com/?uri=spotify:user:1285279066:playlist:56KI83cMiMTOocIdXq2R5j" 
                         frameborder="0" 
                         scrolling="no" 
                         width="100%" 
                         height="512" 
                         align="right">
    </iframe>
Run Code Online (Sandbox Code Playgroud)

如果有人可以为我解决这个问题,那么它并不起作用,谢谢.

html css iframe

2
推荐指数
3
解决办法
3万
查看次数

标签 统计

css ×1

html ×1

iframe ×1