How do I add non-standard images to a site?
Date: 26-Jul-2010
Images are managed through a centralised media system for a reason - consistant treatment of images maintains the site look and feel and maintains the professionalism of the site. However, if necessary an image of any size can be added to any page that supports HTML.
- Upload the required image to Media as a 'resource'. Because no server side optimisation is performed on 'resources' you are able to upload an image in any format you wish.
- Add an HTML image tag to the appropriate field in the admin where you wish the image to appear. The format for the image tag is <IMG src="/uploads/res/imagename.jpg" alt="image alt text">
- align right: <img class=" right pic" alt="image alt text" src="/uploads/res/imagename.jpg" />
- align left: <img class="left pic" alt="image alt text" src="/uploads/res/imagename.jpg" />
