C
camanokid
I use Shared borders - top & left.
Both are formatted with tables (I wish to be borderless).
I have data tables in my page body...some are borderless and some have
borders.
I have created my CSS:
1. to modify the 'TABLE' & 'TD' elements for my desired BORDER features.
2. to give me an option for 'borderless_tables'.
All is well in my BODY area.
But the tables in the shared border area have BORDERS...from the modified
TABLE & TD in my CSS.
How can I have the best of both? Thanks for any help.
Here is my CSS code:
TABLE { cellpadding: 3px; cellspaceing: 3px; border-collapse: collapse }
TD { align: left; border: 1px solid #A92956 }
..table_shading { background-color: #CCFFFF; }
..bordeless_table { border: 0px }
Both are formatted with tables (I wish to be borderless).
I have data tables in my page body...some are borderless and some have
borders.
I have created my CSS:
1. to modify the 'TABLE' & 'TD' elements for my desired BORDER features.
2. to give me an option for 'borderless_tables'.
All is well in my BODY area.
But the tables in the shared border area have BORDERS...from the modified
TABLE & TD in my CSS.
How can I have the best of both? Thanks for any help.
Here is my CSS code:
TABLE { cellpadding: 3px; cellspaceing: 3px; border-collapse: collapse }
TD { align: left; border: 1px solid #A92956 }
..table_shading { background-color: #CCFFFF; }
..bordeless_table { border: 0px }