一些html技巧性问题
1.图片固定高度问题 图片右侧的图片高度必须设定,还有图片所在的单元格的高度也必须设定
<table border='1' cellpadding='0' cellspacing='0' width='100%' height='300'>
<tr>
<td rowspan='2' valign='top' align='left' width="100"><img src='' width='100' height='200'>
</td>
<td height='20' valign='top'>必须设置图片右边的单元格的高度</td>
</tr>
<tr><td height='280' valign='top'> </td></tr>
</table>
2. 连接样式问题
a:link,a:visited,a:hover,a:active
要严格按照这个顺序来写连接样式