Topic: Using svManager with website
Hello
I have the code
<html>
<head>
<title>www9</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (www9.psd) -->
<table id="Table_01" width="1250" height="1063" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/www_01.png" width="1250" height="354" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/www_02.png" width="192" height="709" alt=""></td>
<td bgcolor="#191917" width="871" height="552">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
</td>
<td rowspan="2">
<img src="images/www_04.png" width="187" height="709" alt=""></td>
</tr>
<tr>
<td>
<img src="images/www_05.png" width="871" height="157" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
I would like to put the gallery in this space `xxxxxxxxxxxxxxxxxxxxxx` . What code should I write?
THX