Quote Originally Posted by high2K View Post
See http://www.keela.co.uk.tango.webhost...index&cPath=21
where I'd like the gift cert image to be on the left of the "Gift Certificates" header instead of underneath
You could add this to your css:

#categoryImgListing {float:left;}
#productListHeading {float:left;padding:.5em;}
#indexProductListCatDescription {clear:both;}

And then you'd need to open up includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php to make the image show up before the heading.