PDA

View Full Version : Table Borders ?


SpongeBob71
08-16-2010, 06:20 PM
Hello all,


I had a quick question concerning table borders. Regardless if I use the <table border="0"> tag, I STILL get borders.


For an example, my website is http://www.theLoveLogic.com/forum/forum.php.



At the top you will see a table with a graphic in it encouraging members to join the site. I would PREFER that the table border I used inside the notices manager didn't show. I am also having issues within a widget with the RSS readers.




I am sure there is something within the CSS templates but I would choose to get the expert's advice.



Thank you so much in advance,



SpongeBob :D

borbole
08-16-2010, 06:44 PM
Hello all,


I had a quick question concerning table borders. Regardless if I use the <table border="0"> tag, I STILL get borders.


For an example, my website is http://www.theLoveLogic.com/forum/forum.php.



At the top you will see a table with a graphic in it encouraging members to join the site. I would PREFER that the table border I used inside the notices manager didn't show. I am also having issues within a widget with the RSS readers.




I am sure there is something within the CSS templates but I would choose to get the expert's advice.



Thank you so much in advance,



SpongeBob :D



You have defined the boarder at css.

.restore td {
border:1px solid #000000;
padding:0.5em;
}

SpongeBob71
08-16-2010, 07:51 PM
Thank you so much for your info. Is there a way I can't disable this WITHOUT screwing up the forum?

What CSS templte did this reside? Was this in the vbulletin.css?

-SpongeBob