I have managed to get the class (tablejb) assigned and I have put my code in my local styles in my changes but I am also getting borders around my grid list is category view
I have the table somehow how I want it (please see logo costs tab on product details page) but dont know why the border are also showing around grid list.
(bear in mind it took me 2 hours how to eventually figure out how to get this all sorted )
I assume its the td but when i remove it I lose all the formatting from the logo costs tab too.
thanks
john
tablejb {<br />
width:91%;<br />
border-top:1px solid #e5eff8;<br />
border-right:1px solid #e5eff8;<br />
margin:1em auto;<br />
border-collapse:collapse;<br />
}<br />
td {<br />
color:#678197;<br />
border-bottom:1px solid #e5eff8;<br />
border-left:1px solid #e5eff8;<br />
padding:.3em 1em;<br />
text-align:center;<br />
}