Page is a not externally linkable
BeLlSiBuB - 4:25 pm on May 20, 2011 (gmt 0)
Ok I fixed the problem. It was missing CSS.
I changed:
table.poker, table.poker td, table.poker th {
border: 3px solid #222;
}
To:
table.poker, table.poker th, table.poker td
{
border-width:3px;
border-style:solid;
border-color:#222222;
border-collapse:seperate;
}
Thanks again for your help! This is SOLVED.