Images

Status
Not open for further replies.

fionamati

New Member
Messages
3
Reaction score
0
Points
0
Hi, I am unable to get my images on site. I have watched the video tutorials for the file manager (which BTW have no sound). Please advise. :dunno:
 

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
Just use the upload button in the cPanel file manager and locate a picture, by clicking the browse button. It's exactly the same as uploading a web page.

Then, to add it to a webpage (or embed it, as you should say), use this html code where you want it to appear, replacung images/image.jpg with the path to your image and caption with a brief caption:
Code:
<img alt="caption" src="images/image.jpg" />

-Luke.
 
Status
Not open for further replies.
Top