Hover your mouse pointer over the menu icon, and from the popup menu, select "EMBED"





A new popup will be created, in with three areas:
  1. The code element needed for HTML processing.
  2. A button for "COPY"
  3. A "CLOSE" button.
Click the 'COPY'2 button, and the text inside the HTML element1 will be automatically selected and copied to your computer's clipboard (area of memory which holds information when you use 'copy & paste' functions.
Then, CLOSE3 the popup.



Now all the hard work has been done, open your HTML editor (frontpage, dreamweaver, notepad, etc.) and PASTE the code inside your current HTML, making sure to place it accordingly within your page.



For those of you with an eye for code, you'll find within the HTML element that you have pasted, it offers an editable code for the size dimensions - these are Height="your-value" and Width="your-value". They are defaulted but can be of course be edited to your needs.

Hope this helps