Hi, I am developing a website where some of the pages contain tables. The default colour of the table's borders is black but I want to make them invisible so that all I can see is structured text.
I've looked at the HTML code (I'm not an expert) and tried a couple of changes but this does not seem to have any effect.
Can anyone help please?
Solved! Go to Solution.
Have you tried clearing the cache in Chrome? Try Ctrl + F5 to refresh the page not from cache. I don't see any reason why Chrome would not show the CSS changes other than this.
Agowans, you are right again.
A sincere thank you for your help.
I'm having the same problem here! In teh 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
Hi
You should be able to resolve the issue with the invisible borders by editing the "border: 1px solid black" lines in the "Edit CSS source" mode of EasySiteWizard Pro. If there are any further issues with this, please provide us with a brief description of the problem and the name of the domain involved.
Kind Regards
Fiona
BT Business Forum Moderator
Hello Fiona
I posted this seperately as well and had the following solution
table {
border: 0px none;
border-collapse: separate;
}
Just changing the CSS to read 0px didn't work.
Having followed the advice in the box above, it worked fine.
Hilary
Hi Hilary
Thats brilliant, i'm glad you managed to find a solution and get it working.
Thanks
Fiona
BT Business Forum Moderator