Click to See Complete Forum and Search --> : image map look alike


stancreator
12-28-2003, 02:41 PM
Hello all. I was just wondering if anyone could help me. I've spent my whole Sunday tryin to figure this out but I just can't seem to do it, so I've turned to you.

Can anyone tell me how to get images to be placed right next to each other with no gap in between them, without the use of css? I've tried setting the hspace, vspace and border attributes to "0", but there is still a gap of about 3 pixels in between my images. I want to create the effect of an image map.

I would really appreciate any help. Thanks

pyro
12-28-2003, 03:18 PM
Why without the use of CSS? Sounds a lot like shooting yourself in the foot.

stancreator
12-29-2003, 04:17 AM
Because I don't really understand css. If you only know how to do it with css I don't mind i suppose, as long as i get the right effect. can you help?

pyro
12-29-2003, 07:25 AM
Yes, this can probably help a great deal: http://www.alistapart.com/articles/imagemap/

eviljoker7075
12-29-2003, 10:20 AM
Hey, it's stancreator, i've got a new username.

I figured it out. all you have to do is move the closing bit of the image tag: (/>) to the next line directly in front of the next image and they appear right next to each other. After setting hspace, vspace and border to "0"