Question:

HELP FOR HTML NEEDED!?

by  |  earlier

0 LIKES UnLike

Okay this might be a little confusing. But i am writing a story on this website called buddy 4 u and i wanna do this thing that is like a phone but obviously not like a real phone, but i want them to be able to click it

and get to like a picture, like if you have seen Fred's phone then you might know but i don't so please please help! thanksss! and answer only if you know the answer not to say i don'tt know cuzobviouslyy i want a right answer.

 Tags:

   Report

5 ANSWERS


  1. Insert phone icon link.

    <a href="yourlinkhere.com"><img src="thephoneaddresshere.com/phoneicon.j... border='0'></a>

    Change the web address and phone icon addres to existing addresses.


  2. http://www.w3schools.com/html/tryit.asp?...

  3. If I understand you correctly, you want an image link to another image. Done to HTML 4.01 Standards:

    <p><a href="Other Image Path" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Image to be Clicked Path" alt="Text Description"></a></p>

    This will give you a nice little popup description of link on mouseover. Set width/height to image size you want.  If re-sizing image, be sure to maintain the same aspect ratio between width and height.

    Replace <p></p> tags with div tags if you wish to do some extra styling and don't want the space above/below that <p> tags put in.

    Ron  

  4. Just put an image (<img>) inside a link (<a>)

  5. Use this site called lunapic.com you can do all sorts of effects on one or more pictures in one. so maybe u want to add two pictures for one effect one a phone and another a phones dial pad and you can do a special effect for it to change. then when you finished you can get the HTML code straight from their site of your picture. and if not you can add your picture to photobucket and their give u the HTML code
You're reading: HELP FOR HTML NEEDED!?

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions