![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Milos Prudek wrote: To have two or more images sit tight together I would normally use a table. With CSS "display:inline", I cannot find a way to remove a few pixels of whitespace. [snip] That's because the problem isn't with the CSS, but with the HTML. You have whitespace because there is whitespace in the document. Remove the whitespace from between the <div> elements, and it won't show up. Note that there's also a stray space inside the second link. |
#2
| |||
| |||
|
|
Now it works, but the source code is now horrible, because all images reside on a single HTML line. |
#3
| |||
| |||
|
|
Yo can place the line breaks within comments: img ...><!-- --><img ... |
#4
| |||
| |||
|
|
"Milos" == Milos Prudek <milos.prudek (AT) tiscali (DOT) cz> writes: Is there no way to divide the <div> image tags into several lines and still keep images tight together? Yo can place the line breaks within comments: img ...><!-- --><img ... |
![]() |
| Thread Tools | |
| Display Modes | |
| |