Hello,
I have a little problem with displaying images side by side.
A simple example:
The first two images are displayed side by side, BUT with a small space between them (the newline character is converted to a space).
The second two pictures are displayed next to each other without any break - the effect I want.
Unfortunately, I have a generated page, so I can't put all tags on one line.
How can I make the first two images also display without any interruption?
Setting CSS attributes (width, height - I set)
did not work :(
DOCTYPE I have XHTML Strict but Transitional displays the same.
Thanks for the help,
Zbyszek
I have a little problem with displaying images side by side.
A simple example:
The first two images are displayed side by side, BUT with a small space between them (the newline character is converted to a space).
The second two pictures are displayed next to each other without any break - the effect I want.
Unfortunately, I have a generated page, so I can't put all tags on one line.
How can I make the first two images also display without any interruption?
Setting CSS attributes (width, height - I set)
img { padding: 0; margin: 0; hspace: 0; vspace: 0; }
did not work :(
DOCTYPE I have XHTML Strict but Transitional displays the same.
Thanks for the help,
Zbyszek