mafunk
01-16-2003, 09:39 AM
I'm totally frustrated and hoping that one of you can help. So, here's the deal. I'm trying to build a web site that consists ofa white table on a grey background, with an image on the right hand side (ala gettyimages). The trouble is the right-hand cell (the one in which I have an image) has a bit of extra white space around it (or blue, or yellow, or whatever color I code in for the background color. The cell is 304 pixels wide, as is the image that I'm inserting. Below is the code? Any suggestions?
BTW - as per on of your suggestions, I went to tucows and downloaded coffeecup html. Thanks for the idea.
<body bgcolor="#66666" text="#333333" link="#008000" vlink="#008000" alink="#008000">
<CENTER>
<TABLE WIDTH="100%" HEIGHT="100%" >
<TR VALIGN="MIDDLE" ALIGN="CENTER"><TD >
<TABLE WIDTH="700" CELLSPACING="0" CELLPADDING="0" border="0">
<tr><!-- Row 1 -->
<td width="394" bgcolor="ffffff" > </td><!-- Col 1 -->
<td width="304" bgcolor="ffffff" ><img src="images/rapper.jpg" width="304" height="378" border="0" align="right"> </td><!-- Col 2 -->
</tr>
</TABLE>
</TABLE>
</CENTER>
</BODY>
Thanks,
MaFunk
BTW - as per on of your suggestions, I went to tucows and downloaded coffeecup html. Thanks for the idea.
<body bgcolor="#66666" text="#333333" link="#008000" vlink="#008000" alink="#008000">
<CENTER>
<TABLE WIDTH="100%" HEIGHT="100%" >
<TR VALIGN="MIDDLE" ALIGN="CENTER"><TD >
<TABLE WIDTH="700" CELLSPACING="0" CELLPADDING="0" border="0">
<tr><!-- Row 1 -->
<td width="394" bgcolor="ffffff" > </td><!-- Col 1 -->
<td width="304" bgcolor="ffffff" ><img src="images/rapper.jpg" width="304" height="378" border="0" align="right"> </td><!-- Col 2 -->
</tr>
</TABLE>
</TABLE>
</CENTER>
</BODY>
Thanks,
MaFunk