Click to See Complete Forum and Search --> : major deadline - HELP!!


Nulrick
01-23-2004, 02:31 PM
Hi! On PCs, there seems to be some spacing around the images within my table cells.

please visit:

http://newweb.rnktel.com/designdrafts/VOIP/index.html

and view the code.


I've made several attempts in the meantime to try the following:

1. I've added the width and height attributes to each cell as well as the table itself
2. I've tried to set the VSPACE and HSPACE attributes for the images to 0
3. stacked the images all in one table cell
4. simply pulled out the images from the table and they still have space between them




HELP ASAP!!


email: nicole@rnktel.com

PhillMc
01-23-2004, 02:38 PM
The problem isn't with the images, it's with the table cells.

You have to specify 0 margins for the table cells if you do not want any space between the border and the image.

crh3675
01-23-2004, 02:38 PM
I didn't look at your code but that occurs to me sometimes when the </td> tag is not nested against the <img> tag. For example:

<td>
<img src="someimage.jpg">
</td>

Can cause that problem, where:

<td>
<img src="comimage.jpg"></td>

Can fix it.

Good luck.

-- Craig

crh3675
01-23-2004, 02:49 PM
Reduce the height of this image:
<IMG NAME="test" src="http://newweb.rnktel.com/designdrafts/VOIP/images/test.jpg" WIDTH=573 HEIGHT=560>

to 559 and see what that does

Try reducing all the way to 555. Your image is pushing the height of the table therefore adding blank space.

PhillMc
01-23-2004, 03:21 PM
Sorry, my terminology is off, I think. It's either margin or cellpadding that needs to be 0 or the lowest possible