PDA

View Full Version : Table Border



redtaz
Thu 21st Aug '08, 2:48pm
Table Border
Hello, I have the table border set to show on my skin, but the border shows up about 1px away from the actual gradient, does anyone know how to set it so it shows up right next to the gradient and not 1 px away?

If you don't understand what i mean look to the right of the gradient above, notice how its white and than the black border shows, i want to remove that little white space so the border shows right next to the gradient.

Can this be accomplished?

napy8gen
Sat 6th Sep '08, 10:31pm
You cannot achieve this because the inside border - the white is by default integrated with forumhome tables. It is impossible

goto style manager> your style name> Main CSS

Table Border (Customized in this Style)
play with Extra CSS Attributes which contain the outer border letsay
border: 1px solid #0B198C;

and the first properties background: #D1D1E1 (this is the inside border)

you can have background color and and table border the same color, or you can empty the background color or take out the border definition.

just play around and see result so you know and maybe get your suitable border color.

but to get rid the inside border is impossible.