Click to See Complete Forum and Search --> : Picturessss


miechele4040
10-20-2005, 01:23 PM
Okay i have followed all the html coding
and i STILL can't get my pictures to show
up on my myspace account... i'm using the
IMG SRC="image.gif" any ideas why its just
showing up as a box with a 'x' in it?? Please
help.

rhsunderground
10-20-2005, 01:29 PM
the reason there's an 'X' is because the picture can't be found. make sure that your links are pointed to the right direction. double check your capitalization, too - there's a difference between .jpg and .JPG

miechele4040
10-20-2005, 04:00 PM
ok so if the picture is in my documents
is this what the code has to look like?
<IMG SRC="MyDocuments/image.jpg">

Lerura
10-20-2005, 04:10 PM
if your dicuments folder is named "My Document" then it must be
<IMG SRC="My Documents/image.jpg"> (including the space)

miechele4040
10-20-2005, 04:20 PM
ohhh thank you so much!

miechele4040
10-20-2005, 04:23 PM
actually this still isnt working for me.. i dont understand

Jona
10-20-2005, 04:34 PM
Show us the page, then show us the URL (HTTP address) to the image.

sitehatchery
10-20-2005, 10:54 PM
Have you uploaded the image to the MySpace server? The image source can't be on a location on your personal computer. MySpace is going to look for the image on their server so you have to reference the image there.

Start your path at the location where your index page is and work up from there to your image. For instace if there is one directory above index that contains your image (your_image.jpg), you would write <IMG SRC="images/your_image.jpg">. If your image folder on the server is actually called My Documents, you might try <IMG SRC="My%20Documents/your_image.jpg">. The %20 just tells the browser there is a space there. Of course, "your_image.jpg" represents whatever file name that is representive of your image.

Let us know if this helped.

rhsunderground
10-21-2005, 12:18 AM
myspace's stored images are not titled ordinarily. for example, the link to one would be http://myspace-684.vo.llnwd.net/00141/48/65/141725684_l.gif

sitehatchery
10-21-2005, 09:38 AM
nothing unordinary about that. For this, the domain name is probably where you want to start. So this image is probably accessed like this:

<IMG SRC = "00141/48/65/141725684_l.gif">