|
|
Subject:
HTML Help: There's a gap at the bottom of a table that I can't get rid of.
Category: Computers > Programming Asked by: guyincognito-ga List Price: $2.00 |
Posted:
13 Dec 2002 07:25 PST
Expires: 12 Jan 2003 07:25 PST Question ID: 124159 |
I'm designing a website and I can't get the extra whitespace out from the bottom of a table. My page is at: http://www.people.virginia.edu/~gds4v/html/ It has a link to how I want it to look. I'm sure I'm just missing a tag, or more likely an attribute somewhere but I can't find it. I thought I'd try this and see if someone could provide me with the correct code. Thanks. | |
| |
| |
|
|
Subject:
Re: HTML Help: There's a gap at the bottom of a table that I can't get rid of.
Answered By: davebug-ga on 13 Dec 2002 10:54 PST Rated: |
The short answer - Replace the following code (lines 7-9): <td width="46" align="left" valign="top" height="88"> <img border="0" src="graphics/pixel-blue.gif" width="46" height="88" hspace="0"> </td> with this code: <td vAlign=top align=left width=46 height=88><img height=88 hspace=0 src="test_files/pixel-blue.gif" width=46 border=0></td> -- To prevent future problems - Essentially, you can't have any space (or carriage returns) between the opening TD tag, the contents of the cell and the closing TD tag. If you reformat the rest of your code to not have space between these tags you'll save yourself many headaches in the future. Let me know if you have any other questions. Thanks for using Google Answers. --Dave Bug |
guyincognito-ga
rated this answer:
Excellent answer and fast. Thanks so much for the help and advice |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |