Gap between tables

W

wannieb

I have html script, which is two table one below other. Example:

<table width="750" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="3" valign="top"><img src="images/w.gif"
width="750" height="10"></td>
</tr>
</table>
<table width="750" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="3" valign="top"><img src="images/w.gif"
width="750" height="10"></td>
</tr>
</table>

###

Very easy example of what I am trying to explain, well in FF it shows
fine, however in IE it drops the second table down by about 3-4 pixels,
any one know why or how to stop this from happening?
 
J

Jukka K. Korpela

wannieb said:
I have html script,

No you don't. HTML ain't no scripting language.
which is two table one below other.

That's probably two tables too much.
<table width="750" align="center" cellpadding="0" cellspacing="0">

Yep. Stop using tables for layout, or at least stop trying to force the
width to 750 pixels, which is more than many devices render even in
fullscreen mode.
Very easy example of what I am trying to explain,

No it isn't. You should have posted the URL.
well in FF it
shows fine, however in IE it drops the second table down by about
3-4 pixels, any one know why or how to stop this from happening?

Doesn't happen to me. Of course, I had to use ESP to track down your
image, but I guess an eventual mistake there doesn't affect the issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top