Quote:
Originally Posted by SpongeBob71
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 
|
You have defined the boarder at css.
Code:
.restore td {
border:1px solid #000000;
padding:0.5em;
}