Learn To Put An Image Using HTML Image Tag

While on the topic of putting images on our website, we can also directly upload the image file to our cPanel using the cPanel upload feature; or by using FTP if there are many images (or any files for that matter) to upload.

After we upload the file say my_image.jpg to say public_html/files/images/[HERE], on our website, we create a content page and display the image via html <img src> tag.




Upload Image Files Via FTP From Our Harddisk To cPanel

We shall upload some image files via FTP from our harddisk to cPanel.

This section is covered here




Display Image File In Our Website Using Html Image Tag

Go to http://www.my_domain.com

Login 'eve' and password.

Select > About Us > Edit

picture

(continue) > [Body,add this text] <img src="/files/images/axe.jpg" alt="picture_axe"/> > Submit
Note: my image file 'axe.jpg' is ftp upload to /files/images/[HERE]

Oops the image is not displayed.

Select > About Us > Edit > Input format

picture

(continued) > [Filtered HTML, change to] full HTML > Submit

picture

Log out.