VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: vigier on September 06, 2012, 21:18:17 PM

Title: Create a borderless table in footer
Post by: vigier on September 06, 2012, 21:18:17 PM
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?