Table trouble

liunx

Guest
Hey folks! I need help.....please. I am trying to create a table which has a border, but I do not want all those lines showing up in the "<tr>" and "<td>" tags. <br />
<br />
Anyone have a solution?<!--content-->How about nesting a table?<br />
Take your current table and enter the BORDER="0" in the TABLE tag.<br />
Now set a table set around your table like so...<br />
<br />
<table border="5"><tr><td><br />
your full current table coding here.<br />
</td></tr></table><br />
<br />
The outer table has the border applied to it and your inner table handles the stuff you are currently showing in it anyways without borders.<!--content-->actually there are a couple differenet way to do it. but here is one.<br />
<br />
<!-- m --><a class="postlink" href="http://www.snippetlibrary.com/viewhtml.php?id=4&siteid=107">http://www.snippetlibrary.com/viewhtml. ... siteid=107</a><!-- m --><!--content-->
 
Back
Top