Saturday, December 16, 2006

Additional Home Page Photos

If you'd like a larger main image or multiple images, you can pull images directly from your photo albums to display on your home page.

If you'd like to replace your main image with a larger photo, first uncheck the "show image" check box in the left side customization area.

Then paste the following code in the custom text area where you'd like your image to appear:

<img src="LocationOfYourImageHere"/>

Next, find the photo you want to use in your photo album and copy the location (right click the photo and select "properties" from the menu).

Paste the location of your photo in the image tag.

You can place the code in your "Page Title" section so that it will be the very first thing on the page.

For bordered images, you can apply a CSS class to your img tag like this:

<img class="photoalbum" src="LocationOfYourImageHere"/>

That puts a neat border around any image of any size.

No comments: