I've looked at this and, even with Firebug, I can't work out why I have white in my extended info pages.
Example THIS PAGE
second product down.
If you click on "more photos/details" and view the extended info pop up...does anyone know where the white background part is coming from?
This is my extended info layout
It's not exactly complicated (BGColor is the pale grey) but, for some reason, I have white there and in some other extended info pages too (all are using the same layout although varying sizes in places)
I'd be grateful if anyone can point me to the blindingly obvious
Many thanks
Example THIS PAGE
second product down.
If you click on "more photos/details" and view the extended info pop up...does anyone know where the white background part is coming from?
This is my extended info layout
Code:
<table border="0" cellpadding="5" cellspacing="0" bgcolor=<actinic:variable name="BGColor" />> <tr> <td valign="top"> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsExtendedImageSpecified%22%20%2f%3e"> <actinic:variable name="ExtendedInformationImage" value="Standard Extended Information Image" /> </actinic:block> </td> </tr> <tr> <td valign="top"> <actinic:variable name="ExtendedInfoText" /> </td> </tr> <tr> <td valign="top"> <script language="javascript" type="text/javascript"> <!-- if (window.name != "ActPopup") { document.write('<a href="javascript:window.history.back();"><actinic:variable Name="BackIconText"/></a>'); } else { document.write('<a href="javascript:window.close();"><actinic:variable Name="CloseLabel"/></a>'); } window.focus(); //--> </script> </td> </tr> </table>
I'd be grateful if anyone can point me to the blindingly obvious
Many thanks
Comment