Not sure if I'm missing something here...
I've added the following to actinic.css
	and altered the Standard Product Image Layout to:
	but the border isn't being added :S I know I'm using the right layout as I altered the image width to 280 which took instant effect.  Any ideas, have I missed something cruitial in my understanding of using custom css?
Thanks for your time,
Scott.
					I've added the following to actinic.css
Code:
	
	.product{
	border:medium;
	border-width:4px;
	border-color:#77B3F2;
}
Code:
	
	<img src="ProductImageFileName" class="product" width="280" alt="ProductName" />
Thanks for your time,
Scott.

							
						
							
						
							
						
Comment