News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Create a borderless table in footer

Started by vigier, September 06, 2012, 21:18:17 PM

Previous topic - Next topic

vigier

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?