PDA

View Full Version : Does Miva handle slices?


bethann9122
05-14-08, 05:41 PM
Would the viking coders store front template module work with slices from ImageReady? If so, how?

I do know that I would have to change all the images to %image|01|01%, I just don't know how to integrate all of this. I spent days working on this layout, and I'll be bummed if I can't use it; but a girl's gotta do what she's gotta do...I'd just like some inside info.



Here is a clip of mycode:<html><head><title>GoLayoutWITHMerging</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><!-- ImageReady Slices (GoLayoutWITHMerging.psd) --><table id="Table_01" width="801" height="1025" border="0" cellpadding="0" cellspacing="0"><tr><td colspan="23"><img src="images/GoLayoutWITHMerging_DesignN.gif" width="800" height="104" alt=""></td><td><img src="images/spacer.gif" width="1" height="104" alt=""></td></tr><tr><td colspan="4" rowspan="3"><img src="images/GoLayoutWITHMerging_Desi-03.gif" width="203" height="16" alt=""></td><td rowspan="2"><img src="images/GoLayoutWITHMerging_Login.gif" width="34" height="11" alt=""></td><td colspan="2" rowspan="3"><img src="images/GoLayoutWITHMerging_Desi-05.gif" width="25" height="16" alt=""></td><td colspan="4"><img src="images/GoLayoutWITHMerging_Create-.gif" width="120" height="10" alt=""></td><td rowspan="3"><img src="images/GoLayoutWITHMerging_Desi-07.gif" width="23" height="16" alt=""></td><td colspan="3" rowspan="2"><img src="images/GoLayoutWITHMerging_View-Ba.gif" width="74" height="11" alt=""></td><td colspan="2" rowspan="3"><img src="images/GoLayoutWITHMerging_Desi-09.gif" width="24" height="16" alt=""></td><td colspan="3" rowspan="2"><img src="images/GoLayoutWITHMerging_Check-O.gif" width="87" height="11" alt=""></td><td colspan="3" rowspan="3"><img src="images/GoLayoutWITHMerging_Desi-11.gif" width="210" height="16" alt=""></td><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr><tr><td colspan="4" rowspan="2"><img src="images/GoLayoutWITHMerging_Desi-12.gif" width="120" height="6" alt=""></td><td><img src="images/spacer.gif" width="1" height="1" alt=""></td></tr><tr><td><img src="images/GoLayoutWITHMerging_Desi-13.gif" width="34" height="5" alt=""></td><td colspan="3"><img src="images/GoLayoutWITHMerging_Desi-14.gif" width="74" height="5" alt=""></td><td colspan="3"><img src="images/GoLayoutWITHMerging_Desi-15.gif" width="87" height="5" alt=""></td><td><img src="images/spacer.gif" width="1" height="5" alt=""></td></tr><tr><td colspan="3"><img src="images/GoLayoutWITHMerging_Desi-16.gif" width="166" height="2" alt=""></td></tr>

</table>

<!-- End ImageReady Slices --></body></html>

DesignExtend-MSI
05-14-08, 06:33 PM
It will work with slices in respect to custom images you want on that page. Obviously, any call ins you do for product images, etc. are called in from the assigned images you already have in the database.

The template will accept HTML, so if it works properly in a browser, it should work fine there. Just make sure you're referencing the images properly (you have src="images/..." - and this assumes that you have an 'images' directory in the Merchant2 directory).