PDA

View Full Version : JPEG in description text


chris ashdown
15-Aug-2003, 10:02 AM
Please can someone tell me the HTML to insert a jpeg into the text box of the product description and how to centre it within the description

Regards

Chris

harlequin
15-Aug-2003, 10:30 AM
hi chris, heres almost what you need, you can change it to be images easily enough http://community.actinic.com/showthread.php?s=&threadid=2539

steve quinn
harlequin

NormanRouxel
15-Aug-2003, 10:34 AM
Just do this

Blah blah blah !!<<img src="myimage.jpg">>!! Blah blah blah.

The extra !!< and >!! tell Actinic that you want some html in there.

If your image doesn't automatically upload you may need to add it by going to Advanced / Additional Files.

Getting an image centered (with I presume the text wrapped all around it) is much more difficult.

Norman

chris ashdown
15-Aug-2003, 10:40 AM
Many thanks Norman

Chris

NormanRouxel
15-Aug-2003, 10:50 AM
Bye the way if you do

!!<<img align="left" src="myimage.jpg">>!! Blah blah blah.

Then the image will appear on the left with text next to it. Try experimenting with "right" and "middle" and see what happens.

Norman