I don't get it. I put a 222 pixel wide image into a <TD> cell and it adds a huge space on the right which I can't get rid of and have no idea why it's doing it...
Take a look at the attachement (border="1" so you can see what's going on). The top picture is with the image, which uses the following code for that cell -
(it does the same thing if I take all the extra info out and just use the 'src' attribute on it's own)
The 2nd picture is what happens if I replace that code with this -
The graphic itself is 222 wide and has no white space in it. I added the 'nowrap' command to the cell with the long description hoping it would squash out the white space but all it does is force the page wider!
So any ideas why adding a simple graphic into this cell results in the huge white space next to it...?
Take a look at the attachement (border="1" so you can see what's going on). The top picture is with the image, which uses the following code for that cell -
HTML Code:
<TD> <IMG SRC="../18508-black-clear-polyester.gif" ALT="DYMO RhinoPRO 9mm Black/Clear Polyester Label (18508)" BORDER=0 HEIGHT=75 WIDTH=222 NETQUOTEVAR:OTHERIMAGEMARKUP> </TD>
The 2nd picture is what happens if I replace that code with this -
HTML Code:
<td> </td>
So any ideas why adding a simple graphic into this cell results in the huge white space next to it...?
Comment