[thelist] Slide show with html text

Mark Groen mark at markgroen.com
Tue Oct 14 10:19:06 CDT 2003


----- Original Message ----- 
Sent: October 14, 2003 7:43 AM
Subject: Re: [thelist] Slide show with html text


> That is along the line of what I am looking for.  You can do it with
images
> - JPG, GIF etc, but I am not sure how to do it to regular html text
that is
> in a sell below the cell that the image is in.
>
>-<->-<->-<->->-<->-<->-<->->-<->-<->-<->->-<->-<->-<->->-<->-<->-<->-<
>
> Then on the text graphic below the image/photo:
>
> <td><img src="images/slide1aa_quote.gif" width="144" height="104"
border="0"
> alt="slideshow quotes from members" name="text"></td>

I haven't read the start of this thread so maybe missing some point
here, but can't you just replace that gif with the text that you want
like:

<td><img src="images/slide1.jpg" width="144" height="165" border="0"
alt="slide show images of people" name="slide"></td></tr>
<tr><td>Regular text here for slide1 instead of the
slide1aa_quote.gif?<td>

then you don't even need:

var text1=new Image(); text1.src="images/slide1aa_quote.gif";
var text2=new Image(); text2.src="images/slide2aa_quote.gif";
var text3=new Image(); text3.src="images/slide3aa_quote.gif";
var text4=new Image(); text4.src="images/slide4aa_quote.gif";

HTH!

cheers,

        Mark



More information about the thelist mailing list