Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Page Publisher:
Gallery page

 

 


Amaranta
User

Oct 23, 2002, 12:17 PM

Post #1 of 3 (3376 views)
Shortcut
Gallery page Can't Post

Is this possible with Page Publisher? A client would like to have what is probably best described as a gallery page with photographs they can change.

Each photograph would them be clickable to a new page with details about that item.


Damon
Staff / Moderator


Oct 25, 2002, 11:23 AM

Post #2 of 3 (3360 views)
Shortcut
Re: [Amaranta] Gallery page [In reply to] Can't Post

Hi Amaranta,

Page Publisher doesn't include an image upload option so it wouldn't be the best solution for creating and updating a gallery page.

It could be done but that require that you upload the images separately to the site. Then the users would login to Page Publisher and enter a image name to change images on that page.

Here is a example for including an image:

<!-- publish type="image" name="Image URL" -->
<img src="http://www.yoursite.com/images/yourimage.jpg" border=0 alt="Your Image Name">
<!-- /publish -->

--------------------------------------------------- 
Cheers
Damon Edis
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/


Amaranta
User

Oct 25, 2002, 11:44 AM

Post #3 of 3 (3359 views)
Shortcut
Re: [Damon] Gallery page [In reply to] Can't Post

Thanks Damon!