mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01: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>
|
||
|
|
||
|
|