PDA

View Full Version : Layout issue


billycat
07-Jun-2005, 08:52 AM
Does anyone know if Actinic 7 can show choices as just images with radio buttons? I am constructing an online party bag and want c/m to be able to chose 1 of a possible 5 novelties - a picture is the best way to illustrate the goods. Many thanks.

TraceyG
09-Jun-2005, 08:34 AM
Hi Lara,

You can simply enter:

<img src="imagename.gif">

into the 'HTML for name' field in the choice (replace 'imagename.gif' with your image). To see the image preview you will have to put a copy of the image into the 'c:\program files\actinic v7\sites\site1\PreviewHTML' folder. You may also have to add the filename into the 'Advanced | Additional Files' list to ensure that it gets uploaded to the server.

I hope this helps.