Follow these steps to successfully add images to your page content area:
Upload Your Image: Use the File Manager available in your Control Panel (e.g., cPanel) to upload your image file to the public/images
folder.
Verify Image Access: After uploading, ensure that the image is accessible by navigating to its URL. For example, check if you can view the image at https://yoursite.com/images/file1.jpg
.
Insert the Image into Your Content: Use the following HTML code to add the image to your page content area:
[html]<img src="https://yoursite.com/images/file1.jpg" />[/html]
Replace https://yoursite.com/images/file1.jpg
with the actual URL of your uploaded image.
If you encounter any issues or have further questions, feel free to reach out to our support team for assistance.