O.K. I noticed, you figured it out. But, for everyone else who doesn't know it yet, here we go:
The button with the chain link icon (bottom row, 3rd section, 2nd button) is the one you use to insert a hyperlink. When you click on it, it shows you a "Hyperlink" dialog box asking you for the hyperlink information. There is a "Type" combo box which lets you choose what kind of link you want to create. For a regular link to a web page, you stick with the default "http:" option. To create a link that will launch a mail program like Outlook Express, you choose the "mailto:" option and enter the email adress in the URL text box. The former will display the URL on the page and make it a link, the latter will display the email addy and make it a mailto link that launches a mailing program.
In case, you wish to display some other text on the page instead of the email address or the URL (especially in case of really long ones that can blow up your page horizontally. Remember those long links to threads on the forums?), you need to switch to the HTML mode by clicking on the "View HTML Code" button (bottom row, 3rd section, 5th button). Now, scroll down to where the link should be. For a link to
http://consciousevolution.com for instance, you'll notice the code is something like this:
<A HREF="http://consciousevolution.com">http://consciousevolution.com</A>
Now to replace the display text to "Conscious Evolution Home Page", all you have to do is change that code to:
<A HREF="http://consciousevolution.com">Conscious Evolution Home Page</A>
In other words just put the new display text between the <A href="blah.com"> and </A> tags.
Similarly for an email addy, you will notice the code will look something like this:
<A HREF="mailto:rainbowlight@consciousevolution.com">rainbowlight@consciousevolution.com</A>
Just change that to:
<A HREF="mailto:rainbowlight@consciousevolution.com">The Rainbow Light Circle</A>
Now, the button to the right of the Hyperlink button is used to insert images into your description instead of using the "Main Image" text box on your "Edit Booth" or "Edit Product" pages. Place your cursor in the Description text area, wherever you wish to insert the image. When you click on the "Insert Image" button, the "Insert Image -- Web Page Dialog" box is displayed. You enter the URL of your image into the Image URL text box and press OK. That's it. The other options on the dialog box are also useful for formatting etc. They are as follows:
"Alternate Text": Any short caption or text you want to display instead of the image.
"Alignment": Determines how the text on the page will be placed in relation to the image. For instance, the default option Baseline, will start the text next to the bottom of the image. The "Left" option will start displaying the text to the right side of the image, in other words, it will display the image to the left of the text. Don't be scared to experiment with the other placements. If you don't like it, just click on the image you inserted and click the "Insert Image" button again. This time the dialog box will display all the choices you made for this image and let you edit it.
"Border Thickness": If you do not want to give the image a border, leave this blank or enter 0. If you want to give it a border, enter 1. If you want to make the border thicker, enter a higher number.
Under "Spacing" -
"Horizontal": Leaving this blank or entering 0 will make the text next to the image stick to the edge of the image meaning there won't be any horizontal space between the image and the text to it's right and left. To leave a space between the image and the text next to it, enter 1 or (a larger number for wider spacing).
"Vertical": This is similar to the Horizontal spacing option and is used to leave a space above and below the image.
Take a deep breath and remember that it always sounds more complicated when someone explains it to you in so many words, but it's much easier to do. Have Fun!