Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug86708.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

20 lines
462 B
HTML

<html>
<head>
<title>Title</title>
</head> <body>
<table BORDER=2 WIDTH=750 CELLPADDING=0 CELLSPACING=0>
<tr>
<td valign="top" bgcolor="red">
<a HREF="/quebec/cinema/cinema.asp?Id=17044"><img SRC="../images/couverture.jpg" width="286" ></a></td>
<td ROWSPAN=2 VALIGN="top" bgcolor="yellow"> ROWSPAN =2 in this cell</td>
</tr>
<tr>
<td valign="top" BGCOLOR="#FFFFFF">
<p>Hello, this text may appear on the image above</p>
</td>
</tr>
</table>
</html>