Something like:
HTML Code:
<body bgcolor="#990000" text="#FFFFFF">
<p> </p>
<p align="center">TESTING SLIDESHOW</p>
<table width="1000" height="200" border="0" align="center" cellpadding="2" cellspacing="2">
<tr bgcolor="#336666">
<td width="200"> </td>
<td width="200"><div align="center"><script type="text/javascript">
new fadeshow(fadeimages, 180, 129, 0, 3000, 1, "R")
</script></div></td>
<td width="200"><div align="center"><script type="text/javascript">
new fadeshow(fadeimages2, 180, 129, 0, 4000, 1, "R")
</script></div></td>
<td width="200"><div align="center"><script type="text/javascript">
new fadeshow(fadeimages3, 180, 129, 0, 5000, 1, "R")
</script></div></td>
<td width="200"> </td>
</tr>
</table>
<p align="center"> </p>
</body>
However, using <div align="center"> to center the slide shows in the cells may cause problems in IE. Try it and see, if not, fine. If it does, there's a way to fix it.
Bookmarks