View Full Version : How do you connect two images to make it look like one?


strwberricocoa
04-09-2003, 05:19 AM
How do you connect two images to make it look like one? When I put up two images, the second one always went back to the bottom. Is there anything I can do to make it be together? E-mail me at candacegc@yahoo.com if I am no longer logged in. Thank you!

Dude128
04-09-2003, 05:33 AM
try getting rid of all excess white space in your code. even a line break between the two image codes can cause a small space between them.

strwberricocoa
04-09-2003, 04:13 PM
thatz wut i did... i put:

<img src="image.jpg"><img src="image2.jpg">

still, it didnt work.

dreamsicles
04-09-2003, 08:43 PM
It may be because your browser window is too small.

Xiphias
04-10-2003, 01:44 AM
<img src="image.jpg" hspace="0"><img src="image2.jpg" hspace="0">