Table Spacing and Padding not working…
-
I am having trouble with TABLE PADDING and SPACING. For some reason, the table padding and spacing aren’t registering…
https://216.172.188.228/~mfse/about-us/store/
(see the product images, and the descriptions – that’s the table)I checked the style sheet, and there doesn’t seem to be any padding set for tables. Can someone help and tell me how to fix this?
I also searched this forum, but can’t find an answer.
I’ve tried adding something in my stylesheet to change the cell styles…
td { padding: 4px 0px 4px 10px; }
but that didn’t work.I also tried to not use cellpadding=”10″ and use style=”padding:10px;” for the table, but that didn’t work.
Also, I want to use TABLES as my admins wont know much about div tags and html. So, DIV tags aren’t an option.
Also, note, I tried adding horizontal space to the right of the image, to see if that is a temporary solution, but that didn’t work either …
Any ideas?
D.
- The topic ‘Table Spacing and Padding not working…’ is closed to new replies.