html image posting

Status
Not open for further replies.

bronxblaza117

In Runtime
Messages
135
i just want to post an image on myspace on someones board!!! i thought it was <img src= "image url"></img> .... isnt it that or something? want it to show a picture!!! help please
 
You don't need the </img> tag at the end. I would still think that the picture would be displayed and then the end tag would just be printed out, but I guess that's not the case.
 
Correct, something also to point out is case though.... depending on which OS is running on the server where the image is actually located, it may be case-sensitive. So, to be safe, make sure that if the image name is "image.JPG" .. then use "image.JPG" rather than "image.jpg". Same goes for the path leading up to the actual file name. You are safe with making the ENTIRE path case-sensitive.
 
Yes <img src= "image url"> should work. If not try <img src= "image url"/>. Myspace might have a different approach to putting images on a page
 
Status
Not open for further replies.
Back
Top Bottom