gpt4 book ai didi

html - 如何对齐 MySpace 页面上的图像?

转载 作者:可可西里 更新时间:2023-11-01 13:18:26 25 4
gpt4 key购买 nike

我想把图片放在我的 myspace 页面的顶部,在我的乐队资料上的广告上方。我可以将一张照片放好,但当我尝试将照片放在另一张之上时,它们只会相互重叠。

我想做类似 this 的事情.

关于如何解决此问题的任何提示?

我用过:

<style type="text/css"> 
body {
background-position:top center;margin-top: H;
}
div.topbanner {
top: 150%;
left: 49%;
margin-left: -600px;
width: 100%;
height: 800px;
position: absolute;
}
</style>
<div class="topbanner">
<IMG SRC="http://www.victoryhardcore.com/myspaceimages/atdr/homesick/adtr_myspace_top_26.jpg" border="0">
</div>

这是我目前所拥有的:

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=446378267

我想要一张图片在上面,但每当我再次输入代码时,新图片就位于旧图片之上。

最佳答案

您要复制的页面使用表格布局,每个单元格中都有图像:

只显示第一行:

<table width="1260" height="1414" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5" rowspan="2">
<img src="image01.jpg" width="481" height="107" alt="">
</td>
<td colspan="6">
<img src="image02.jpg" width="290" height="47" alt="">
</td>
<td colspan="5" rowspan="2">
<img src="image03.jpg" width="489" height="107" alt="">
</td>
</tr>
<tr>
<td colspan="6">
</td>
</tr>
<tr>
<td>
<img src="image05.jpg" width="239" height="428" alt="">
</td>
<td colspan="14">
</td>
<td>
<img src="image07.jpg" width="244" height="428" alt="">
</td>
</tr>
</table>

复制它需要一些时间 ;-)。

关于html - 如何对齐 MySpace 页面上的图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/471174/

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