Table with no border

sebbiO

New Member
Hi guys!

I installed the table bbcode and now I wpuld like to make it have no borders.

Could one of you copy the conten from this post for me?

Thx
 
Code:
/* format vBCode table */
table.stg_table {border:1px #0FF solid;}
table.stg_table thead tr {background:#000}
table.stg_table thead th {background:#FFF}
table.stg_table .alt1 {background:#F00;}
table.stg_table .alt2 {background:#0F0;}
table.stg_table td {border:1px #00F solid;}
 
psilocybin said:
Code:
/* format vBCode table */
table.stg_table {border:1px #0FF solid;}
table.stg_table thead tr {background:#000}
table.stg_table thead th {background:#FFF}
table.stg_table .alt1 {background:#F00;}
table.stg_table .alt2 {background:#0F0;}
table.stg_table td {border:1px #00F solid;}

Where should i put this css code?
 
Back
Top