Hello,
I will give the sample code of html. Here first table only apply border 1 width. other tables are border 0. The problem is border=0 means border was not visible but it takes white border space. I want to remove this space. How can I solve?
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitl ed Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border=1><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
MY TEST
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</div>
</form>
</body>
</html>
I will give the sample code of html. Here first table only apply border 1 width. other tables are border 0. The problem is border=0 means border was not visible but it takes white border space. I want to remove this space. How can I solve?
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitl ed Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border=1><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
<table border=0><tr><t d>
MY TEST
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</div>
</form>
</body>
</html>
Comment