cancel
Showing results for 
Search instead for 
Did you mean: 

Table grid lines

Hilary
Member

Hello there

 

I'm having a problem with table grid lines. In the CSS code the border pixel value reads 0 and in edit mode and IE there are no grid lines but in Firefox the internal table grid lines are visible - even after refreshing the page.

 

Any ideas?

 

Hilary

1 ACCEPTED SOLUTION

Accepted Solutions

orchie
Grand Master

Try adding this to your CSS, if it doesn't work can you post your URL so I can have a better look:

 

table { border: 0px none; border-collapse: separate; }

 

(where table is the class of your table!)

View solution in original post

2 REPLIES 2

orchie
Grand Master

Try adding this to your CSS, if it doesn't work can you post your URL so I can have a better look:

 

table { border: 0px none; border-collapse: separate; }

 

(where table is the class of your table!)

Hilary
Member

Oh my goodness - you're a genius!

 

Your solution has worked perfectly and I am very grateful.

 

A thousand thanks.

 

Hilary