JavaScript ?

AD Design

New Member
Hope this is the right place to ask.

I am just beginning to learn Javascript and have been using the book "JavaScript for the World Wide Web (5th Edition)." By following the book's instructions I was able to write a script for a rotating slideshow of images. It is an "Array" script (I think that is what you would call it). It works fine when I use the script just on a plain page, but I wanted to try organizing the page a bit and used tables to do so. I placed the same "<img src= . . . name="adBanner" alt="Ad Banner" />" line in a table cell and it doesn't work?

The book doesn't seem to cover placing the script in a table cell and I'm just wondering if I'm missing something or if it just isn't possible?

Thanks for any help.
 
Top