View Full Version : Aligning a script


dolce shanti
06-15-2005, 06:05 PM
Hello! I'm using a slideshow script from dynamicdrive.com. I would like to use the "align=right" tag that I could use in an image, but I'm not quite sure how to do it. I'm not very familiar with javascript.

Here's the script: http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm

Thanks for any/all help!

benlikestennis
06-15-2005, 06:57 PM
Just add <p align=right>The script here</p>
That will align it to the right. Hope this helps.

MaGiCSuN
06-15-2005, 06:59 PM
or alter this:

<img name="defaultslide" src="'+fadeimages[0][0]+'">

to this:

<img name="defaultslide" src="'+fadeimages[0][0]+'" align="right">

Love,
Mirna