mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
622 B
HTML
20 lines
622 B
HTML
<html>
|
|
<head>
|
|
<title>simplified "image/spacer image/image" table row testcase</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Using a 10px wide transparent gif with td width="10" in the middle column...</p>
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td><a target="_top" href="http://bugzilla.mozilla.com"><img border="0" width="329" height="220" alt="" src="../images/ant.jpg"></a></td>
|
|
<td width="10"><img src="../images/w.gif" width="10" height="1"></td>
|
|
<td><a target="_top" href="http://bugzilla.mozilla.com"><img border="0" width="329" height="220" alt="" src="../images/ant.jpg"></a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|