Forum Moderators: open
In HTML, you can clear the table border by setting the "border" attribute on the <table> element:
<table border="0">
However, if you are using CSS, then any border styles you have set will override your HTML border attribute.
Are you using CSS? Perhaps you could paste your relevant HTML/CSS code here and we can target the problem a bit more... :)