Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alignment issue

Status
Not open for further replies.

stvchez123

Programmer
Apr 18, 2002
59
0
0
US
hi,
i've gone this character by character, inch by inch and am really stumped as why I can't get this page to close this unsightly white space between the image and nav bar. any assistance is very much appreciated

 
Whitespace problem. IE (no problems in my Mozilla) renders whitespace between your elements as spaces in your code and thus making that extra gap. Make sure you have no spaces in the code between <td> and </td>. Move the <map> part to the end of the document (it works the same if it is there and makes the code easier to read) and put the following in one continuous line:
Code:
<td colspan="2"><img src="[URL unfurl="true"]http://www.funtigodoc.com/ftp/steve/images/dsheader2_nav.jpg"[/URL] usemap="#FPMap0" border="0" width="780" height="21"></td>
Worked for me in IE6.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top