Hi all, I would like to modify the colors in the borders of cells within tables when viewing both the forum index as well as when looking at the list of topics iN a forum, but I can't for the life of me figure out where the CSS code is that controls these border colors. Would appreciete if someone could point me in the right direction.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#171064 - 12/24/0608:39 PMRe: Where are the cell borders?
[Re: Basil]
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
This is actually controlled by the background color of the .t_outer class. Basically how it works, is there is a double table. You set the background color of the .t_outer class, the first table to be opened, and then the spacing in the second table, and the background color shows through which gives the border.
It's a much more flexible system than a single table using the normal border style.
Ok, I must be missng something then. I set the background color in the .t_outter class to #400000, expecting to see dark maroon cell borders, but the cell border color did not change. ??
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
My apologies...too much eggnog tonight I think. I explained that totally backwards. It's the background in the .t_inner class that you need to change. Sorry about that.
Registered: 06/26/06
Posts: 471
Loc: So. California
Originally Posted By: Rick
My apologies...too much eggnog tonight I think. I explained that totally backwards. It's the background in the .t_inner class that you need to change. Sorry about that.