If your images are inside a table, be sure to set the BORDER, CELLSPACING, and CELLPADDING attributes to 0.Extra space between images is often created by whitespace around the <IMG> tag in the markup. It is safe to use newlines inside a tag (between attributes), but not between two tags. For example, replace this:<td ...><img src=... alt=...><img src=... alt=...></td>with this:<td ...><img src=... alt=...><img src=... alt=...></td>According to the latest specifications, the two should be equivalent. However, common browsers do not comply with the specifications in this situation.Finally, extra space between images can appear in documents that trigger the "standards" rendering mode of Gecko-based browsers like Mozilla and Firefox.
HTML
Topic: Links
How do I eliminate the space around/between my images?
Browse random answers:
Define Hypertext link?
What is a Hyperlinks?
What is image mapping in HTML?
What is a Link Syntax?
How do we create a link?
How do I eliminate the space around/between my images?
How do I create a link?
How do I eliminate the blue border around linked images?
How do I create a link that opens a new window?
How do I create a button which acts like a link?
How to display the web page icon in the browser?
How to refer the .css file in the web page?
How to link an external css file to HTML?
How to link to a mail message in HTML?
How do you create links to sections within the same page?
Can a single text link point to two different web pages?
How do you display hyperlinks without underlines?