• Hello!

    There is a simple javascript called magicimage (http://www.echochrist.com/magicimage.php).

    I know how this code gets embedded into an html page because there is an example .html file and here is its content:

    <html>
    <HEAD>
    
    <meta http-equiv="Content-Language" content="en-us">
    
    <script
    		language="JavaScript"
    		src="magicimage.js"
    		type="text/javascript">
    </script>
    
    </HEAD>
    
    <BODY>
    
    <table width="150" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><div id="MagicImage"></div></td>
      </tr>
    </table>
    
    </div>
    <p> </p>
    
    </body>
    </html>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin]

    But can someone tell me how and where do I add this code to a wordpress page to make the script work?

    Thanks

  • The topic ‘Add image rotating script to a wordpress page?’ is closed to new replies.