Hello Debra,
Thank you. Actually I meant the one that looks a lot like that, but it's square. It appears right above the member sign in area on website. ws. I'll email support and ask if I can use either on my own website. Do you have the code for the one I'm speaking about?
The images you want to use;
As long as you are using them to Promote GDI I do not think GDI mind...
To add the image using SiteBuilder you need the Url Address where the Image is being Hosted. Richt Click on the image and select copy image location.
Go back to your Sitebuilder and click the Add Image icon in the Normal view and then press Ctrl+V to Paste the Image Url into the window.
It is easy enough to add an image using HTML.
Insert Image - Template
<img border="in pixelx" src="http://Url of your Image" width="in pixelx" height="in pixelx">
Insert Image - Working
<img border="0" src="http://mg247.ws/m1.gif" width="80" height="80">
The above Code will add my Avatar to an HTML Document.
You will notice the words in pixels have been replaced with numbers but the "" remain in place.
same applies with the Url of your image. The Full Url needs to be placed between the ""
Hope this helps;
BTW you can add alt="" Tabs to the end of the code to add Text which will replace the Image if it is not loaded by the Browser
Insert Image - With alt="there should be a picture of me but it has been blocked by your browser" (you can add any text you want)
<img border="0" src="http://mg247.ws/m1.gif" width="80" height="80" alt="there should be a picture of me but it has been blocked by your browser">