要想图片靠在左上角,要用到css的绝对定位样式才能实现:
在图片里面加样式position:absolutetop:0left:0
<html><body>
<table style="position:relativewidth:500px">
<tr>
<td style="border:1px red solid width:200pxheight:200px">
<img src="../test.jpg" style="position:absolutetop:0left:0" /> </td>
</tr>
</table>
</body>
</html>
用css,在样式中输入代码
body{padding:0margin:0}定义和用法
margin 简写属性在一个声明中设置所有外边距属性。
vAlign="top",TABLE><TR vAlign="top"><TD><IMG SRC="1.JPG"></TD></TR></TABLE>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)