Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/10/2007, 05:20
apawiper
 
Fecha de Ingreso: noviembre-2003
Mensajes: 16
Antigüedad: 21 años
Puntos: 0
Re: Ayuda modificar script slideshow

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>
    &nbsp;<br>&nbsp;
    </td>
  </tr>
</table>