1
Hi, I have a little big problem with my module.
The basic output my module prints are tables with player standings and the like, but in the default theme css, tables are set to width:100% which totally screws my desired presentation.
As my idea is to provide a module so it can be installed in any XOOPS site I don't like the idea of changing the default css, and I don't know how it would affect all the other modules.
So I'd like to know if there's a way to override that 100% width setting somehow, like creating my own css with just table specifications and forcing my module to use it or any other way that wouldn't imply messing with code used by the rest of the site.
Any help?