- border-collapse: separate;
- border-spacing: 2px;
- border-color: gray;
Can anyone help with removing the styling for the table element?
It's buried somewhere and it's baking my head!
I just need to know which file this is referenced in.
Using version 7.1.0
user agent stylesheet
table {
}
Many thanks,
Rich
This is my signature, there are many like it but this one is mine... |
I can't be the only one who needs to remove this styling - can I ? This is my signature, there are many like it but this one is mine... |
I can not find a single table entry in the CSS. Are you using a third party template? If you have FireFox, install the Firebug plugin and see if it can help you track down the CSS. Geeks, making the world a better place |
It is also possible the CSS is added as part of a template. The crossed out entry means something else is over-riding that entry. Geeks, making the world a better place |
The styling is caused by the Chrome 'user agent stylesheet', which is not in any stylesheet but is a default in the browser. I've tried to override this in topmenu.css and common.css in base template and the one I'm using without success. This is my signature, there are many like it but this one is mine... |
The styling is caused by the Chrome 'user agent stylesheet', which is not in any stylesheet but is a default in the browser. I've tried to override this in topmenu.css and common.css in base template and the one I'm using without success. Then turn that off in Chrome. Browsers should just render pages. This is a problem I have with the browsers now, they are moving away from just trying to render pages accurately and as fast as possible to putting a lot of "junk" in them. The problem is there is no choice here. It is all about "Market Share" now instead of producing the best browser possible. Geeks, making the world a better place |