How do I insert an applet created with CoffeeCup Software?
To insert an applet, you need to use the
HTML code generated by the applet in question. To locate the code just open the Applet Create (and load your applet). Each piece of software has a HTML tab. Click on that tab, and the code you need will be displayed. Now just copy and paste and you are half way there.
The next step is to copy the required files to the same directory as your html files. Unless you have changed something, you are storing your html files in the working directory:
C:Program FilesCoffeecup SoftwareWorking
To locate the required files, look on the same
HTML tab where you copied the code. Just to the right of the code, you will see a list of required files. Click on the red text, and a window will open, showing you the files you need to copy to your working directory.
Once you have done this, your applet should be up and running.
The HTML Editor Help Index |
The HTML Editor Homepage