Image Url?

Status
Not open for further replies.

azamskx1

New Member
Messages
1
Reaction score
0
Points
1
I used File Manager to upload an image. How do I know the image url so I can put in the html code for my webpage?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If the file name is myimage.jpg (do not use spaces in your file names, and try to use all lower case)
and
If you uploaded the file to public_html the url is

/myimage.jpg

If you created a subdirectory of public_html named images (do not use spaces in your directory names and try to use all lower case) and placed the image there, the url is

/images/myimage.jpg
 
Status
Not open for further replies.
Top