1
bikingman82
Table borders
  • 2008/5/22 22:08

  • bikingman82

  • Just popping in

  • Posts: 8

  • Since: 2008/5/13


Ok I know this is probably an easy answer and I am just not looking in the right place. But I am trying to add borders around the tables of my forum. Currently I love the way my theme works for the whole site, but when it comes to the forum section where I am using CBB it looks like all the info runs together. So what would I need to add to make these tables have a border and on which file would I need to look for it? the .CSS file or the theme.html file?

Resized Image

Same area selected, so I know there are tables in there.
Resized Image

Thanks in advance for any help you can give me.

2
Anonymous
Re: Table borders
  • 2008/5/22 23:12

  • Anonymous

  • Posts: 0

  • Since:


Edit style.css file and replace:
.head {background-colortransparentpadding5pxfont-weightbold;}
.
even {background-colortransparentpadding5px;}
.
odd {background-colortransparentpadding5px;}
.
foot {background-colortransparentpadding5pxfont-weightbold;}
tr.even td {background-colortransparentpadding5px;}
tr.odd td {background-colortransparentpadding5px;}

with:
.head {background-colortransparentpadding5pxfont-weightboldborder1px solid #c19619}
.even {background-colortransparentpadding5pxborder1px solid #c19619}
.odd {background-colortransparentpadding5pxborder1px solid #c19619}
.foot {background-colortransparentpadding5pxfont-weightbold;}
tr.even td {background-colortransparentpadding5pxborder1px solid #c19619}
tr.odd td {background-colortransparentpadding5pxborder1px solid #c19619}

3
bikingman82
Re: Table borders
  • 2008/5/23 0:13

  • bikingman82

  • Just popping in

  • Posts: 8

  • Since: 2008/5/13


That worked perfect... Thanks so much!

Login

Who's Online

151 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 151


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits