I have put a table in a brochure page fragment (my home page) and then nested a table in the table.
I want to place a javascript slide show in the nested table (so that I can position the image exactly where I want it) e.g.
<td>
<table>
<tr><td> javascript slide show</td></tr>
</table>
</td>
I have tried free javascripts, but keep getting errors.
Can anyone suggest a simple script (as cool as possible) and a method to enable me to insert it correctly so it works.
I have already put a bookmark javascript in the fragment and that works and I have put a ticker javascript into Act_Brochure_Primary and that works so I must be doing something wrong.
Any help appreciated
Rob
I want to place a javascript slide show in the nested table (so that I can position the image exactly where I want it) e.g.
<td>
<table>
<tr><td> javascript slide show</td></tr>
</table>
</td>
I have tried free javascripts, but keep getting errors.
Can anyone suggest a simple script (as cool as possible) and a method to enable me to insert it correctly so it works.
I have already put a bookmark javascript in the fragment and that works and I have put a ticker javascript into Act_Brochure_Primary and that works so I must be doing something wrong.
Any help appreciated
Rob
Comment