# JS Slideshow in a Table

**URL:** https://forum.kirupa.com/t/js-slideshow-in-a-table/249938
**Category:** web dev
**Created:** [January 23, 2008, 9:04pm UTC](https://forum.kirupa.com/t/js-slideshow-in-a-table/249938 "2008-01-23T21:04:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![orahorse](https://avatars.discourse-cdn.com/v4/letter/o/4bbf92/32.png) [@orahorse](https://forum.kirupa.com/u/orahorse)
#### Post date: [January 23, 2008, 9:04pm UTC](https://forum.kirupa.com/t/js-slideshow-in-a-table/249938/1 "2008-01-23T21:04:12Z")

</div>

I am using this nifty script for an auto slideshow but it does not work when the image is in a table. I wonder if there is a way around that.

Here is the page:

I have tried putting the code inside the table, and switching a few things around, but nothing seems to work.

I guess it is pointing to the image here:  
//\<body\>  
\<script language=“JavaScript1.1”\>\<a href=“javascript:gotoshow()”\>\<img src=“01.jpg” name=“slide” border=0 style=“filter:blendTrans(duration=3)” width=389 height=363\>\</a\>//

but needs to be pointing to it INSIDE the table, and I do not understand how to make it do that.

Should I find another method?

I would be so grateful for any help. Thank you for reading.
