为表格设置背景图像,可以使用任何的gif或者jpeg图片文件。
基本语法
<table background=file_name>
语法解释
定义背景图象时,写下图片文件的完整路径或者相对路径。
文件范例:10-8.htm
设定表格的背景图像。
01 <!-- ------------------------------ -->
02 <!-- 文件范例:10-8.htm -->
03 <!-- 文件说明:设定表格的背景图像 -->
04 <!-- ------------------------------ -->
05 <html>
06 <head>
07 <title>设定表格的背景图像</title>
08 </head>
09 <body>
10 <h1>主流的网页设计软件</h1>
11 <table border=3 width=400 height=100 bordercolor=#336699 background=10-8.jpg>
12 <tr>
13 <td>网页图像软件</td><td>fireworks</td>
14 </tr>
15 <tr>
16 <td>网页制作软件</td><td>dreamweaver</td>
17 </tr>
18 <tr>
19 <td>网页动画软件</td><td>flash</td>
20 </tr>
21 </table>
22 </body>
23 </html>
文件说明
第11行定义了表格的背景图象为10-8.jpg
新闻热点
疑难解答