English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am creating a web page with two images in seperate rows of an html table. One image has the beginning of a border, and the other image continues that same border in the next row. The problem is in Internet explorer, there is a small space between the two images. I have removed all of the cellspacing, cellpadding and borders and in IE there is a still a small space between the images, when I really want them to have edges flush against the other. The image displays fine in Firefox, but does anyone know what I can do to get rid of this small space?

2007-06-08 02:35:19 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

It could be something as simple as a carriage return.
Make sure that both of your img tags do not start on a new line after the previous tag and has no space between.
Also make sure that the tag following the img tag does not start on a new line and has no space between.

Good luck.

2007-06-08 02:47:51 · answer #1 · answered by AnalProgrammer 7 · 0 0

IE is notorious for not complying with W3C standards.

Even though you have already removed cell spacing, padding, and borders, you might also try specifying border collapse inside your table tag, something like this:


§

2007-06-08 03:49:24 · answer #2 · answered by BlueFeather 6 · 0 0

how do you remove unwanted space? you already have if you already reduced the border, cellspacing and cellpadding to zero... apparently IE has their own standards which means they dont have to comply with W3C standards...

2007-06-08 09:12:32 · answer #3 · answered by aizar7 2 · 0 0

can send me the image please, let me test with it, I think you already know: background-repeat: no-repeat and you can try padding:0px; or margin:0px; please rate my answer if it helped if not, send me the image

2016-03-13 07:36:58 · answer #4 · answered by ? 4 · 0 0

fedest.com, questions and answers