0

我的网页上有一种旋风,我正在使用平铺图像来制作垂直和水平线,沿着页面向下和穿过。页面在浏览器中显示时看起来不错,但是在打印垂直和水平线图像时不会平铺在页面上留下空白间隙。下面是我用来创建旋风左手部分的代码。

        <td style="width:100%;" colspan="2">
        <table border=0 cellpadding="0" cellspacing="0">
            <tr>
                <td style="width:170px;"><img src="CurveBottom.png" /></td>
                <td style="width:530px;background-image:url('HorizontalLine.png');">&nbsp;</td>
            </tr>

        </table>


    </td>
4

0 回答 0