Hi,
I'm using the beez5 template for my site. Now I'd like to add a borderless table in my footer. I can remove the borders from the cells/rows, but not the border of the complete table.
That's because of the next code,
table
{
border:solid 1px #ddd !important
}
The important means that it "overrides" all other styles for that part. Now I can remove the !important and the problem is solved. But why is it there anyway??
Can I just remove it and no problems? Or will something else mess up?