Is it possible to place a border around products. So that it's easier to distinguish between products.
Thanks
Elfyn
Thanks
Elfyn
immediately after all instances of NETQUOTEVAR:PRODUCTFORMBEGIN add the 2 lines <tr><td width=100%><table width=100% border=1><tr><td> <TABLE WIDTH="500" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="CENTER"> immediately above all instances of NETQUOTEVAR:PRODUCTFORMEND add the line </table></td></tr></table></td></tr> You may also want to comment out the separator line e.g. <!-- NETQUOTEVAR:INCLUDE Act_ProductSeparator.html -->
Comment