ok now I have both horizontal and vertial lines how do I get rid of the vertical on the inside I want the ones on the outside
here is the url
ok now I have both horizontal and vertial lines how do I get rid of the vertical on the inside I want the ones on the outside
here is the url
Last edited by darktowerhobbies; 15 Feb 2008 at 05:56 AM.
Looks like you have your borders applied to productListing-data. You need to put the style definition in productListing-odd and -even to style the entire row. the -data style applies to each block in the row.
Your product listings are in a table. Each row of the table (TR) is styled with productListing-even or -odd. Each cell of the table (the TDs) is styled with productListing-data. So when you style the cells you get multiple borders in each row, as you have now. When you style just the row, you get a border around just the row.
Rob