![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
at http://www.TitanNews.com -=Every Newsgroup - Anonymous, UNCENSORED, BROADBAND Downloads=- |
#2
| |||
| |||
|
|
I want to create a table in which 2 images "connect" vertically with each other. Mozilla does this without a problem, but IE keeps putting a small whitespace between the bottom of the image and the bottom border. |
|
This is my code: ------------------------ table cellpadding="0" cellspacing="0" border="0" .... <tr <td <img src='MyBottomImage.gif' </td </tr /table ------------------------ How can I make IE display the images one after the other, without a space between? |
#3
| |||
| |||
|
|
How can I make IE display the images one after the other, without a space between? Remove spaces between <td>, <img> and </td |
|
at http://www.TitanNews.com -=Every Newsgroup - Anonymous, UNCENSORED, BROADBAND Downloads=- |
#4
| |||
| |||
|
|
I want to create a table in which 2 images "connect" vertically with each other. Mozilla does this without a problem, but IE keeps putting a small whitespace between the bottom of the image and the bottom border. This is my code: ------------------------ table cellpadding="0" cellspacing="0" border="0" tr td img src='MyTopImage.gif' /td /tr tr td img src='MyBottomImage.gif' /td /tr /table ------------------------ How can I make IE display the images one after the other, without a space between? |
#5
| |||
| |||
|
|
Manuel schrieb: I want to create a table in which 2 images "connect" vertically with each other. Mozilla does this without a problem, but IE keeps putting a small whitespace between the bottom of the image and the bottom border. tr td img src='MyTopImage.gif' /td Eventually you could try "margin:0" |
![]() |
| Thread Tools | |
| Display Modes | |
| |