Can someone please tell me how to add a border to this table in the middle?
i cant seem to find it anywhere in the stylesheet
http://thetyreexperts.com.au/index.p...=index&cPath=5
Thank you in advance
Can someone please tell me how to add a border to this table in the middle?
i cant seem to find it anywhere in the stylesheet
http://thetyreexperts.com.au/index.p...=index&cPath=5
Thank you in advance
try adding this to your stylesheet adjusting to suit
Code:.productListing-data { padding: .5em; border-bottom: 2px solid #000000; }
Zen-Venom Get Bitten
Thank you. I have done that but it only added the bttom border. Do you know how i can put a white border around the whole table i have tried a few things but can not work it out.
Thanks again
perhaps this is what you're looking for.
Note that you may find this changes more than just the page you are viewing.#productListing {
padding: .5em;
border: 1px solid #ffffff;
}
It would be beneficial for you if you get a copy of Firefox and the Web Developers tool kit add-on. Should be in EVERY Zen tool box.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Think dbltoe nailed it for youThank you. I have done that but it only added the bttom border. Do you know how i can put a white border around the whole table i have tried a few things but can not work it out.
Zen-Venom Get Bitten