Hi -
I would like the more info page to have the text wrap around the graphic but I don't want the text to wrap around images in the regular product listings.
I'm confused after much research how to do this on the more info page. I see that [-- PAGE.Graphic REMOVE_HTML --] is supposed to allow you to customize, but I don't get what's next. I just want to do some margins and wrap text around the image.
My product template is the defaultcustomproducttemplate (partial below). Also, do I add html edits into this product template? Or do I create MoreInfoTemplate since I can't seem to find it. The changes I've done so far have been through the CSS and GUI but since all images for shopsite are hard coded img, the rules can't apply there.
Thanks in advance for your help!
http://transfernation.com/shopsite_sc/s ... shirt.html
#############################
[-- DEFINE MORE_INFO_PAGE --]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
#############################
[-- VAR.MoreInfo "yes" --]
[-- IF VAR.MoreInfoTemplate --]
[-- INCLUDE VAR.MoreInfoTemplate PROCESS --]
[-- ELSE --]
[-- INCLUDE Classic-MoreInfoPage PROCESS --]
[-- END_IF --]
[-- VAR.MoreInfo "" --]
[-- END_DEFINE MORE_INFO_PAGE --]