May I know how to modify the above code so that I could have a border outside the table -ie a rectangular outline(and no border/line inside the table) ?HTML Code:<table BORDER="0" cellspacing="5" cellpadding="5"> <tr bgcolor=blue><td colspan=3>abc</td></tr> <tr><td>def</td><td>ghi</td><td>jkl</td></tr> <tr><td>def</td><td>ghi</td><td>jkl</td></tr></table>
Thank you



Reply With Quote


Bookmarks