Quote Originally Posted by kobra View Post
Not positive what you seek as it looks like the image is already left aligned??

If you want the text move up next to it then try adding this to your stylesheet
and check this in IE as I can not view these changes made in interactive FF in IE
Code:
#categoryImgListing {
        float: left;
        padding: 1em;
        }
Hi Cobra, I'm trying to accomplish the same thing, can you please tell me more specifically where do I ad this line?
Thanks