Hi All


In the below example there is a small gap between image and table(if u see this in browser). In mine, menu.png will be same color as the table color. Now what i want is can anyone tell me how to make those be attached without making background color same(#f2f2f2).




<html>
<body>
<img src="menu.png">
<table bgcolor=#f2f2f2 height=50 width=50> <tr><td>
</td></tr></table>
</body>
</html>