View Full Version : Bring two images closer


Bamboo
03-16-2003, 02:57 AM
What is the code to bring two images close together?

alkaline39
03-16-2003, 03:06 AM
u can add hspace="0" to both your image tags

Bamboo
03-16-2003, 03:25 AM
That didn't work.

alkaline39
03-16-2003, 03:28 AM
please post what code you are using

Bamboo
03-16-2003, 03:44 AM
<img src="http://www.angelfire.com/emo/cast_away/images/OMNI12_copy.png" hspace="0">

<img src="http://www.angelfire.com/emo/cast_away/images/Untitled-6_copy.jpg" hspace="0">

Those are the two image codes

indianbean
03-16-2003, 04:16 AM
Would a table work if you made both images the same size and put them together vertically and made the cellspacing 0?

epolady
03-16-2003, 04:54 AM
Try removing all unnecessary space bar breaks


<img src="http://www.angelfire.com/emo/cast_away/images/OMNI12_copy.png" hspace="0"><img src="http://www.angelfire.com/emo/cast_away/images/Untitled-6_copy.jpg" hspace="0">

Bamboo
03-16-2003, 06:11 AM
Thanks! That did it!

Bamboo
03-16-2003, 06:25 AM
Hold on, nevermind. It seems to work in the preview, but not when I go to view it.

alkaline39
03-16-2003, 06:30 AM
<img src="http://www.angelfire.com/emo/cast_away/images/OMNI12_copy.png" hspace="0"><img src="http://www.angelfire.com/emo/cast_away/images/Untitled-6_copy.jpg" hspace="0">

what do u mean preview?

pb&j
03-16-2003, 06:42 AM
Originally posted by Bamboo
Hold on, nevermind. It seems to work in the preview, but not when I go to view it.

Did you upload the new version to online?

Did you press CTRL and F5 to view the most recent version of your page? Sometimes you are still viewing a "cached" or stored version for quickness in your browser.

Aprilrenee
03-16-2003, 07:45 PM
have you tryed this inside your img tag

<img style="position:absolute;top:#;left:#">

goldbergv95
02-27-2006, 01:33 AM
i dont know where to put that html code but it still didnt work, both of my images r still separated, one one top while the other on the bottom, can u help me please?

cobycat
03-10-2006, 06:21 AM
i dont know where to put that html code but it still didnt work, both of my images r still separated, one one top while the other on the bottom, can u help me please?
What was the final answer to fix this?