Home
more...


Q. How do I add an image to an ancillary page?  I keep getting a red X !

A.
First, make sure that the image has been uploaded to your site, using option 1 or 2 under Upload Utilities.  Next...

  1. Under Picture Utilties, click on 'Main Listing'.  Find the banner/image that you want to use, and click on the image.
  2. This should then display your image/banner in a new smaller window.  In Internet Explorer, right-click on the image, and this time select 'Properties'.  Copy the Address URL.  If you are using Firefox, right-click on the image and select  Copy Image URL.  You can leave this window open if you wish.

TIP
: if you know the name of the banner once you have saved it to your site, the url will be: http://www.YOURSITE.com/fpdb/images/IMAGE.jpg . Replace YOURSITE with your own domain name, and replace IMAGE with the name of the image.  You may even need to change 'jpg' to 'gif' if necessary.

Now for the HTML:
<img src="INSERT URL OF IMAGE" border="0">
To center the image:
<center><img src="INSERT URL OF IMAGE" border="0"></center>
To link the image:
<a href="URL OF SITE YOU ARE LINKING TO"><img src="INSERT URL OF IMAGE" border="0"></a>

If you find that when you save the page and go to view it, that the HTML code is showing, go back into that ancillary page and click edit.  You don't actually have to edit anything, so just scroll down and save again.  Refresh the page on your site, and it should be viewing just fine.