Question:

How do you change a jpg photo into a link?

by  |  earlier

0 LIKES UnLike

how can i convert a jpg pic into a link that i can show other people with?

 Tags:

   Report

3 ANSWERS


  1. You need to have your photo on a site like photobucket or flickr and copy the url link under the photo.


  2. the link to an image online is the html directory path,

    http // url// image.jpg

    for different sites the html tag used may be different,

    < img src= "___" > web, or  [ img src= "___" ] blog, or if just email without image no tag at all,

    so for here none for myspace < > , for forum blog [ _ ],

    http://www.w3schools.com/html/html_image...

    __________

    oh and some for css script pages require java script codes,

    <style type="text/css">

    body

    {

    background-image:

    url('bgimage.jpg')

    }

    </style>

    http://www.w3schools.com/Css/css_backgro...

    ..

  3. you can upload you photo and get the code in photobucket.:)

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.