MyBB Community Forums

Full Version: Removing Verticle lines in table?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys. I want to know how to remove the verticle lines going through the forums in the index page. Will this remove the table element making the php not work though? If not I want to stop the border going through the tcat.
ACP -> Templates & Styles -> your theme

Set "Inner Table Border Width" to 0.
That also gets rid of the horizontal lines. Thanks though.
Yeah! It will. You will have to add horizontal lines, after you remove inner border. Just add border-bottom to trow1 and trow2.
I tried that: I put in
border-style: 
border-top: 1px #ccc;
border-bottom: 1px #ccc;

It's not working.
See the css code for trow1 and trow2