Page 1 of 1

images with multiple captions?

Posted: Thu 8. Jul 2004, 05:48
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.

an attempt

Posted: Thu 8. Jul 2004, 07:39
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.

Posted: Thu 8. Jul 2004, 10:56
by isac
Hi,

Try put this

Code: Select all

[BR]
replancement tag for <br>

Posted: Thu 8. Jul 2004, 15:17
by Ben
Good call, isac. It works.