首先说明:页面中无任何文字,只有body中有一个填满img的table
,图片宽度(1726PX)超过了屏幕比,但是又不自动缩小,求助让整个body中的部分
整体缩小,让其适应屏幕,求助写法,【不要单独的写css或者其他文件,只在当前html文件中进行控制】
贴上代码:
<html>
<head>
<title>##</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"style="text-align:center;" >
<a href="#">
<table id="__01" width="1726" height="3175" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>
<img src="images/cad_01.gif" width="1726" height="362" alt="" </td>
</tr>
<tr>
<td>
<img src="images/cad_02.gif" width="1726" height="569" alt=""</td>
</tr>
<tr>
<td>
<img src="images/cad_03.gif" width="1726" height="1029" </td>
</tr>
<tr>
<td>
<img src="images/cad_04.gif" width="1726" height="929" </td>
</tr>
<tr>
<td>
<img src="images/cad_05.gif" width="1726" height="286" </td>
</tr>
</table>
</a>
</body>
</html>