- Domain Name
- Web Hosting Account - Opening and Basic Setup
- Web Hosting Account - Installation Drupal 5.7 (Applicable for 5.12 Too)
- Welcome To Your New Drupal Website!
- 'Standard Web Site' - 4 Pages
- Basic Concepts In A Nutshell
- Basic Site Settings, File Configurations
- Web Site 'Looks' Or Default Templates
- Contributed (External) Modules/Themes In 'public_html/sites' Folder
- Add Theme (External) - Aberdeen
- Adding 'External'/Contributed Module - Nodewords For Search Engine Keywords
- Feedback Form For Visitor To Send
- Image Gallery
- Learn To Put An Image Using HTML Image Tag
- Changing Background, Styling of Themes
- For Multiple Websites With One Drupal Installation
- Trouble Shooting
- A Word About Taxonomy
- Some Basic Tools We Need
- Creating Book Content - Using Book Module
- User Settings And Our 3rd 'Login' (Authenticated) User 'Sam'
- Creating Blog Content With Attached Image Module
- Security, Security, More Security
- How To Upgrade Drupal 5.7 To 5.8
- Storage And Bandwidth - How Much We Need?
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

(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

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

Log out.