I'm using the Congruence template and I'd like to vertically align the image on the "more info" product page.
I have edited the image specs and added valign="top", but that doesn't do it. I need to be able to add the valign tag to the table cell.
I've made a copy of the Product template and edited it, but the "more info" pages are apparently governed by an include file at the bottom.
[-- DEFINE MORE_INFO_PAGE --]
[-- INCLUDE VAR.MoreInfoTemplate PROCESS --]
[-- END_DEFINE MORE_INFO_PAGE --]
How can I get to that file and edit the cell to add the valign tag? (Or is there some other way?)
Thanks,
Greg