How to add an image to your joomla website pages or articles
How to add an image to an article or page to your website. (for example a .jpg)
- Resize the image you want to upload to the size you want it to be on the website. usually about 600 pixels wide or less. It is not a good idea to upload huge photos as it will slow down the download time of the site and may not display correctly. If you are not sure how to resize an image. You can resize online at http://www.shrinkpictures.com or http://www.picresize.com
- Login to your website admin area.
- Top menu. Go to... Site - Media Manager
- Browse for your resized photo and upload. The uploader will automatically lowercase the file name. (for example... Pic.jpg will now be named pic.jpg)
- Below is the HTML code to add into the html of your page or article. Just change the width and file name. Add the code to your page and save.
<p>
<img border="0" src="images/yourimage.jpg" width="600" ></p>
