PLEASE HELP - Can't find my mistake

windows

Guest
<!-- m --><a class="postlink" href="http://swh-jedicouncil.hypermart.net/funeral/test.html">http://swh-jedicouncil.hypermart.net/funeral/test.html</a><!-- m --><br />
<br />
See that space between the top menu image and the menu itself. Yeah, I can't seem to get rid of that...any help would be nice! A.S.A.P. please i'm kinda on a deadline for this project. lol<br />
<br />
Thanks much!<!--content-->Hi alax54,<br />
<br />
the forum is not tech support, you can ask for a quick reply but the forum is not meant for that purpose. Having said that, your html code is not written properly:<br />
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0"><br />
<tr><td><br />
<img src=http://www.htmlforums.com/archive/index.php/"top.jpg"><br />
</tr></td><br />
<tr><td width="120"><br />
<br />
should be:<br />
<br />
</td></tr><br />
<br />
but to avoid the gap under the image try this, put all the TD code on one line:<br />
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0"><br />
<tr><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"top.jpg"></td><br />
</tr><br />
<tr><td width="120"><br />
<br />
dropping the end tag down a line leaves a space after the image that the browser must fill in with a blank space which is creating that gap.<br />
<br />
you really should have a start form tag and an end form tag for your drop down menu.<!--content-->Kevin, I apologize for post here, but thanks for the help anyways. Problem solved:)<!--content-->so i guess i can't post the question i was just about to ask.<!--content-->Originally posted by alax54 <br />
Kevin, I apologize for post here, but thanks for the help anyways. Problem solved:) <br />
I don't see it fixed?<br />
<br />
goldieboy, what was your question?<!--content-->I just posted it : th title is "table problem"<!--content-->
 
Back
Top