I have been trying to change my sidebox "Featured [more]" colour.
I set my a:link in stylesheet to brown colour. In the end, my sidebox heading's link also turned brown.
I tried to add:
h3.leftBoxHeading a:link{
color: #ffffff;
text-decoration: none;
}
into my style sheet since i saw this:
h3.leftBoxHeading a:hover {
color: #000000;
text-decoration: none;
}
But it doesnt work...
my website: http://silver-lace.com/shop/index.ph...&products_id=7
Another problem for me is, can i align "Model, Shipping Weight, Units in Stock" (as in my site) with the product description. So that they will not be below the image. Also, can I remove the "larger image" link??
I just cant seem to understand the codings..
Thanks.


opupWindow(\\\'' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '\\\')">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>
