
Originally Posted by
dandaman2k7
That's pretty sloppy coding, but rather than try to teach you to become a standards compliant coder, I will show you a way to get one of the pages working out. This will probably work as well on the other.
On this page:
http://www.ciaccess.com/~danielscabi...screations.htm
Put this style section in the head:
Code:
<style type="text/css">
#show div div {
text-align:center;
}
</style>
Then in the body, use the id with the cell containing the slideshow:
Code:
<td id="show">
<p align="center">
<script type="text/javascript">
//Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
var myimages=new Array()
myimages[0]=["Awards/Creations/200608daniel.jpg"]
myimages[1]=["Awards/Creations/daniel200609.jpg"]
myimages[2]=["Awards/Creatio . . .
Bookmarks