what is the url of my uploaded pictures

inprint

New Member
Messages
3
Reaction score
0
Points
0
very simple question so hopefully you can give quick response.

how do i know the url of images i upload

cheers
dk
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
Usually if you uploaded them to an images folder it would be something like this.

Below is just an example.
www.yourdomainname.com/images/picture.gif or pic.jpg or .png

Of course you will need the proper name of the image file you are looking to find.

Hope that helps :)

Now if you are looking to make it a header or a banner it would be something like this. The below is just an example.
Code:
<img src="http://forums.x10hosting.com/images/picture.gif" border="0" alt="The Bahamas for example">
 
Last edited:

inprint

New Member
Messages
3
Reaction score
0
Points
0
ok that hasnt worked. Is there anyway of getting the url through cpanel
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
What exactly are you trying to do? If you could tell me what you are trying to do then maybe i can better clarify myself.
 

inprint

New Member
Messages
3
Reaction score
0
Points
0
basically want to upload pictures to put into website although dont know how embed the picture without knowing its url.

Iv got free trial of dreamweaver. Would it be easier to use ftp?
 

Limvot

New Member
Messages
28
Reaction score
0
Points
0
You could use the remote scure webdisc to put them where you want.
 

ryoko126

New Member
Messages
207
Reaction score
0
Points
0
I was wondering the same thing, but I know the answer....

In cPanel go to Legacy File Manager.
Find the file or image you want and then click the link and to the side there will be a bunch of options. Just look down till you see url. And click it and it'll bring up the actual url to that file.
 
Top