U R L

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to add an image to my webpage on mySpace.com, but it needs a URL
to do so. How do I take an image on my computer and use it? How do I make a
URL for that image I want to add?
 
I'm not exactly sure what you're asking for, Geeoff, but I'll do my best.
To save an image that you find on the internet, right-click on the image and
choose SAVE AS, then save it to your hard drive. Be careful you are not
violating any copyrights if you're going to reuse this image on your own
site. If you want to place the picture in your web site, and have the
picture be a link to another page on your site, use the following code:

<a href="http://www.nameofwebsite.com" ><img src="nameofpicture.jpg"></a>

Make sure you use the quotations marks where indicated.
 
No, it didn't help me yet. I do not how to explain this properly. I am
trying to add an image "of me" frommy computer to my "myspace.com" website.
The only way to add it is using a URL. How do I take that image of me, and
make it usable as a URL? Does this make sense a ltitle more?
 
Geeoff said:
No, it didn't help me yet. I do not how to explain this properly. I am
trying to add an image "of me" frommy computer to my "myspace.com"
website.
The only way to add it is using a URL. How do I take that image of me,
and
make it usable as a URL? Does this make sense a ltitle more?

You need to upload that image to the "myspace.com" web site, then reference
it from there. Eg. you upload the image me.jpg to myspace.com via an FTP
program. Then the URL is http://myspace.com/me.jpg

Until the image is on the web space (or some other publicly accessible
service that is able to serve files) it doesn't have a URL.

Dan
 
Back
Top