canadianjameson
01-23-2006, 10:24 PM
I often work with tables that I want to have borders. The problem becomes avoiding getting that irritating double-border effect when you simply use
td {
border: 1px solid black; }
What i'm looking for is a script that can apply the border property selectively to the proper cells to avoid the double-border effect seen here: www.enviromark.ca/fvjones/doublborder.htm
I was wondering how I could avoid this and I figured that if I had a drop-in border setting script then i'd never have to worry about it again.
I once had a person help me with a huge project here and they managed it... but i cant seem to extract the code. maybe that would be easier. you can find it here: www.enviromark.ca/timetable/simplifiedTable.htm
td {
border: 1px solid black; }
What i'm looking for is a script that can apply the border property selectively to the proper cells to avoid the double-border effect seen here: www.enviromark.ca/fvjones/doublborder.htm
I was wondering how I could avoid this and I figured that if I had a drop-in border setting script then i'd never have to worry about it again.
I once had a person help me with a huge project here and they managed it... but i cant seem to extract the code. maybe that would be easier. you can find it here: www.enviromark.ca/timetable/simplifiedTable.htm