images with multiple captions?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
stevenlyons
Posts: 69
Joined: Fri 2. Jul 2004, 01:46
Contact:

images with multiple captions?

Post by stevenlyons »

I am new to phpWCMS. Is there a way to associate multiple captions with one image? For instance, say I have a series of photographs for which I would like to include the following text: Title, Creation Date, Client and Long Description (4 captions with each photo). Is there a way to accomplish this in phpWCMS?

Thanks.
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

an attempt

Post by Ben »

Steven,

I gave it a shot by doing: Title<br>Creation Date<br>Client<br>Long Description. It doesn't work, as html is stripped from captions upon saving a section. I also tried this:
Title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Creation Date . . . . . . . . . . . . . . . . . . . . . Client . . . . . . . . . . . . . . . . . . . . . . . . . . . . Long Description . . . . . . . . . . . . . . . . . . .

It's ridiculous, but I think it at least displays the look that you are going for, right? You can see an example here: http://www.compassbuildingsystems.com/c ... x.php?home.
Sorry that I couldn't offer any real solutions for you.
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Hi,

Try put this

Code: Select all

[BR]
replancement tag for <br>
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

Good call, isac. It works.
Post Reply