Hey I'm not a graphics artist or as knowledgable about CSS, but since the new skins have been applied I have extra lines within my table(s) that I would like to remove. The follow link shows an image with the extra lines indicated within a table by red boxes.
http://www.eofftech.com/portals/0/ExtraSpacingExample.jpg
I use to also have horzontal lines showing up too, but figured out that I could remove those with:
I'm assuming I can do something similar with the extra lines, but don't know the syntax to remove them.
Can anyone help?
http://www.eofftech.com/portals/0/ExtraSpacingExample.jpg
I use to also have horzontal lines showing up too, but figured out that I could remove those with:
div.NoPadding .rgMasterTable td
{
border: 0 !important;
}
I'm assuming I can do something similar with the extra lines, but don't know the syntax to remove them.
Can anyone help?
