CHeighlund
Programmer
I'm trying to work with a table layout for a form, and I'm running into a small problem. The form heading consists of a small picture (logo) and two lines of text, divided into two blocks. I figured I could use a table, with the logo pic in the first cell, and then the text in the next few.
For some reason, though, I'm always getting extra 'padding' space around my text; it almost looks like there's an extra line between the top and bottom segments. (With borders off, it looks like I've got three rows with the middle one blank.) I don't see any reason why this should be the case; I haven't done anything to the cells other than <TD align=center>. And while I acknowledge that this possibly adds a little vertical padding, I can't see it adding that much. There are no .css files acting on the page, either.
I had thought this might be due to the size of the included image, so I shrank the image by 2/3 both horizontally and vertically, then attempted to include the smaller image. Doing this simply added whitespace around the image, without doing anything to the original whitespace in the other cells.
Can anyone suggest why I might be seeing so much whitespace in my cells, or what I can do to reduce it as much as possible?
For some reason, though, I'm always getting extra 'padding' space around my text; it almost looks like there's an extra line between the top and bottom segments. (With borders off, it looks like I've got three rows with the middle one blank.) I don't see any reason why this should be the case; I haven't done anything to the cells other than <TD align=center>. And while I acknowledge that this possibly adds a little vertical padding, I can't see it adding that much. There are no .css files acting on the page, either.
I had thought this might be due to the size of the included image, so I shrank the image by 2/3 both horizontally and vertically, then attempted to include the smaller image. Doing this simply added whitespace around the image, without doing anything to the original whitespace in the other cells.
Can anyone suggest why I might be seeing so much whitespace in my cells, or what I can do to reduce it as much as possible?