PDA

View Full Version : how to Remove vertical borders in the rows?


6piston
11-05-2009, 05:29 PM
hi all, i would like to know how does one remove the vertical borders in the forumdisplay?

i really like the way some forums does away with the borders giving a clean look.

as per my attachments, the default would be like the first attachment
what i am trying to achieve is in the second attachment

thanks!
Tom

napy8gen
11-05-2009, 09:36 PM
As for me there are 2 steps to achieve this.
1. go to stylevars. style manager> stylename> stylevars> Inner Border Width (pixels) > change value from 1 to 0 , this will make no borders at all. then you need horizontal border.
2. go to main css, style manager> stylename>First Alternating Color > Extra CSS Attributes> put in there
border-bottom: 1px solid #CCC;
Do the the same for Second alternating Color

6piston
11-06-2009, 04:04 AM
thanks napy8gen

i'll try it out right now!