MyBB Community Forums

Full Version: Remove verticle table lines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello how do I remove the verticle lines (That seperate threads, posts, last post) but keep the horizontal lines.

I tried changing table spacing to 0 but that removes all the lines I only want the verticle ones gone.

Any help is much appreciated.

What I want removing:
[Image: 69d27adc95d6acb1b5f90624d98e8f75.png]
There must be border-left and / or border-right for .trow1 & .trow2 classes in your global.css. Remove those.
This is the downside of tables. The cellspacing is allowing the background color of the tborder to show through - that is the vertical lines.

Please provide a link to your forum if you need more help.
Okay, set the cellspacing to 0 as you did and add border-top & border-bottom to .trow1 & .trow2.
Is this right now?
(2014-03-31, 06:54 PM)effone Wrote: [ -> ]Okay, set the cellspacing to 0 as you did and add border-top & border-bottom to .trow1 & .trow2.
Is this right now?

This worked completely fine, thank you so much everyone Smile