Hi,
We're getting more and more instances of companies stealing our images and sticking them on their own website. A great deal of time and energy goes into taking the photographs and cropping them etc as our aim is to give a true representation of a product.
I obviously want to avoid the disabling right-click for reasons discussed throughout the forum. We aim to get a watermark and a digital tag put into each image soon, but all this takes time so I'm looking for an intermin solution.
I like Malcolm's suggestion of having a transparent image over the product image which is set as the table/cell's background image. However, having fiddled about for quite some time I can't set the "ExtendedInformationImage" as the background.
I've created the transparency bit "BlankExtendedInfomationImage" without any hitches :
<img src="/images/common/transparent.gif"
width="<Actinic:Variable Name="ExtendedInfoImageWidth"/>"
height="<Actinic:Variable Name="ExtendedInfoImageHeight"/>"
alt="<actinic:variable name="ProductName" />"
/>
I just can't get the product image to appear as a background to the table or cell.
<table width="250" height="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="ExtendedInformationImage"> BlankExtendedInfomationImage</td>
</tr>
</table>
Is it possible to have the Actinic product image appearing as a background?
Any pointers would be much appreciated.
Amy
musthave : the natural skincare store
http://www.musthave.co.uk
We're getting more and more instances of companies stealing our images and sticking them on their own website. A great deal of time and energy goes into taking the photographs and cropping them etc as our aim is to give a true representation of a product.
I obviously want to avoid the disabling right-click for reasons discussed throughout the forum. We aim to get a watermark and a digital tag put into each image soon, but all this takes time so I'm looking for an intermin solution.
I like Malcolm's suggestion of having a transparent image over the product image which is set as the table/cell's background image. However, having fiddled about for quite some time I can't set the "ExtendedInformationImage" as the background.
I've created the transparency bit "BlankExtendedInfomationImage" without any hitches :
<img src="/images/common/transparent.gif"
width="<Actinic:Variable Name="ExtendedInfoImageWidth"/>"
height="<Actinic:Variable Name="ExtendedInfoImageHeight"/>"
alt="<actinic:variable name="ProductName" />"
/>
I just can't get the product image to appear as a background to the table or cell.
<table width="250" height="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="ExtendedInformationImage"> BlankExtendedInfomationImage</td>
</tr>
</table>
Is it possible to have the Actinic product image appearing as a background?
Any pointers would be much appreciated.
Amy
musthave : the natural skincare store
http://www.musthave.co.uk
Comment