Perdona, es cierto, olvidé esa parte HTML que es:
Código:
<table cellpadding="0" cellspacing="0">
<tr>
<!--
The next table cell holds the images.
Set cell and image width and height the same.
The img src must have name=PictureBox in its
tag. Usually the first image in the Picture
array in the script is used here.
//-->
<td width=175 height=210>
<img src=imagenes/defaultcaption.gif name=PictureBox width=175 height=210></td>
</tr>
<tr>
<!--
The next table cell holds the captions.
This table cell must have id=CaptionBox and
class=Caption in its tag. The default caption
shows whilst loading in all browsers; NS4
will show only the default caption, throughout.
//-->
<td id=CaptionBox class=Caption align=center bgcolor=yellow>
<br>
</td>
</tr>
</table>