Hi All,

At present, I have a border round all my images using CSS in product listing, all products and new products using the stylesheet codes below:

PHP Code:

#featuredProducts img {
border1px solid #000;
}

#whatsNew img {
border1px solid #000;
}

.
listingProductImage {
border1px solid #000;
}

.
new_products img {
border1px solid #000;
}

.
all_products img {
border1px solid #000;

What am I missing here because my special product listings (set as homepage) do not have a 1px; border whereas all other pages do?!

Anyone?