Archive for the ‘Images’ Category

 

How do I add images?

November 30, 2011
by admin

New image cropping tool

Ensure you are logged into the website and on the page where you would like to add your image, with your cursor in the specific page area where you wish to display your image, then follow this step by step guide:

Before you start you need to be logged in and on the page you would like to add an image.

Open the editor by clicking on the ‘Edit content’ link for the area you would like to add the image.

1. In the editor, click on the position you would like the image (the cursor should flash in that location)

2. Select the picture icon on the toolbar
upload a picture

3. Upload image form

Image crop tool upload function

4. Image crop tool selection

Note: The image crop tool is context sensitive and so the options here are limited to the area on the web page you want the image

image crop tool selection of image size and position

5.  Choose your size and position on page

6. Adjust your image

Image cropping tool

Tip! If you move the slider too quickley it will not be able to adjust fast enough to capture your whole image. Move the slider at a steady pace.

7.  Adjust image height

image cropping hieght

8. Rest your image or return to image size and position selection


9. Generate you image

10.  Edit your image

 


 

 

 
 

How do I change an image?

November 30, 2011
by admin

Changing an image is straight forward. To edit an image that you have previously added to a page, please follow these steps:

1. Ensure you are logged into the website and on the page where you would like to edit your image
2. Select (click on) the image you would like to edit
3. Click on the picture icon on the tool bar
4. The update image screen will open, click on upload
5. Edit the image as necessary
6. Click on Generate

For help with adding an image to your web page please take a look at the FAQ blog

 

 

 
 

How do I upload Flash Content to a CMS page

October 5, 2010
by Stuart Croghan

1. Upload the flash file using the upload a file wizard.


2. Add a HTML portlet to the page and enter in the following content.  Make sure to make the appropriate changes as indicated in this code.

<script>

jQuery(function(){

$.getScript(‘http://www.imperial.ac.uk/imedia/plugins/jquery.swfobject.min.js’, function() {


/* enter a class id reference for this flash app, e.g. pic-gallery.  If there are multiple flash files on a web page then this id needs to be unique. */

$(‘#xxx’).flash({


/* Enter in the flash filename.  */

swf   : ‘http://www3.imperial.ac.uk/fileupload/download/filename.swf’,

height  : 418,

width: 813,

expressInstaller:’expressInstall.swf’,


/* enter the id and name for this */

id: ‘xxx’,

name: ‘xxx’,

params  : { bgcolor:’#ffffff’,


/* if you want full screen capability change this to true */

allowfullscreen:’false’,

scriptAccess: ‘always’

}

});

});

});

</script>


3. Add the following into a content item area using the CMS editor:

<div id=”xxx”>
<!— It is advised to If you want a substitute content then we could advise you enter in an image and text here. —>
</div>

 

 

 
 

Which image size should I use?

November 20, 2009
by Pamela Agar

The image cropping tool provides a variety of image size options.  To help you select the best picture for your page, visit the web guide where the various picture sizes available are presented on a standard web page and embedded into the text.

Available image options

Image width: 172 Standard body copy image
Image width: 205 Standard body copy image – can be used with caption
Image width: 253 Standard body copy image – can be used with caption
Image width: 264 Standard body copy image
Image width: 540 Full page width – can be used with caption
Free Transform Any size
Callout box 214 pixel wide image designed to be used with the call out box feature. Also ideal for use in the right hand navigation bar.
News / events hot spot 180 x 180 pixel image specifically for news and events articles
Featured news block Specifically for images utilised in the news block feature (see the College Media page as an example)

 

 

 
 

How do I link from images?

September 17, 2009
by Stuart Croghan

Create an image link

Capture the URL of the target page by highlighting the text in the browser Address box and copying it to the clipboard (CTRL-C).

Go to the page to hold the image link. In Edit Content, insert the required image as usual.

Select the image and click the hyperlink button on the toolbar e.g.

Create, edit or remove a link


Than follow the instructions in How do I add a link page.