Hello...
I have a table, and am attempting to insert an image at the top portion of it.. but there's a small gap between where the table background color begins, and the image begins..
The code runs like this;
<table height="400px" bgcolor="#efefef" cellpadding="0"><tr><td height="20%">
<img src="images/module_header.gif" height="23" width="190" align="top" />
Is there another option besides cellpadding that I'm not finding?
Thanks
David
I have a table, and am attempting to insert an image at the top portion of it.. but there's a small gap between where the table background color begins, and the image begins..
The code runs like this;
<table height="400px" bgcolor="#efefef" cellpadding="0"><tr><td height="20%">
<img src="images/module_header.gif" height="23" width="190" align="top" />
Is there another option besides cellpadding that I'm not finding?
Thanks
David