I'd like to add borders around the eBay listings in my posts: http://obsessionfitness.com/stamina...ecumbent-bike-quiet-inexpensive-space-saving/ The quote below is from another site owner using the same WordPress Plugin. I can't figure this out...or my template is different. Any help is appreciated. -------------------------------- "The listings are put in tables automatically by PHPbay with the image being in one cell and the listing details in the other. So I just use CSS in the stylesheet to state what it should be. For my theme each post is contained within a Div cell which has the class "post". So my stylesheet has the code: .post td { border: 2px solid #FFEACC; }