mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
462 B
HTML
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>
|
||
|
|
||
|
|