HTML help with pictures?

  • Thread starter Thread starter worldofhoax
  • Start date Start date
W

worldofhoax

Guest
Hi, i am trying to put 2 smaller pictures on 1 larger pictures as buttons linking to another URL but i don't know how to do that? can anyone help me?
 
hey bro,
you cannot put 2-3 images on top of each other using html at the end of this answer ill give you a method to do this
but you can put the smaller image below it...
** = dont type this line
<html>
<body>
<img src = image source in double inverted commas>
<br>
<img src = smaller image1 source in double inverted commas>
put the hyperreference(HREF)for the image.**
<img src = smaller image source in double inverted commas>
put the hyperreference(HREF)for the image.**
close the tags
and you will get a some what result..
another method results in forming of 3 images together but they wont be hyperlinked.
just open adobe photoshop and just edit the images as you want,save it in a single file...and import it through html...
hope this helps you,
cheers
 
Poorly worded question man.

Try merge the images together in a image editor or something, then just upload that one image (combined with the two smaller ones) and use the <a href='image'>Image</a> code to display it.
 
Back
Top