[thelist] Slide show with html text

Jono Young Jono at brookgroup.com
Tue Oct 14 11:13:06 CDT 2003


Mark,

Just to bring you up to date, what I need to do is have 3-4 images rotate
with quotes under them.  There is a quote for each image, and each image
will need to pause for around 9 seconds.  So I need a way to replace the 4
rotating GIF images with 4 rotating HTML text paragraphs.

On 10/14/03 11:19 AM, "Mark Groen" <mark at markgroen.com> wrote:

> 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

-- 
Jono Young
Designer/Illustrator
Brook Group, LTD
8231 Main Street
Ellicott City, MD 21043
T: 410-465-7805 xt: 16
<http://www.brookgroup.com/>



More information about the thelist mailing list