Product Guides
Knowledge Base
Discussions
Support
Annual Conference
Developer Guide Login
Developer Guides
Search terms:
Version:
6.8.0 Product Documentation
Release Notes
6.3.0 Product Documentation
AudienceView Documentation
Rich Text Formats and Operations
Selecting and Using a Template
Copying Selected Text from Microsoft Word Documents
Searching for Text
Finding and Replacing Text
Creating a Hyperlink
Creating and Using an Anchor
Creating an Email Link
Inserting an Image
Inserting an Image from your Computer
Creating Subfolders and Directories
Changing AudienceView Content Storage Settings
Inserting an Image from the Internet
Editing an Embedded Image
Inserting a File
Inserting a Table
Editing an Embedded Table
Inserting a Horizontal Line
Inserting an Emoticon
Inserting a Special Character
Inserting a Page Break
Customizing the Text Appearance
Viewing the Text in Full Screen
Inserting an Image from the Internet
Product Guides
>
6.8.0 Product Documentation
>
6.8.0 Application Documentation
>
AudienceView User Guides
>
Getting Started
>
Using the Rich Text and Source Editors
>
Using the Rich Text Editor
>
Inserting an Image
>
Inserting an Image from the Internet
Table of Contents
|
Previous
To insert an image from the Internet, complete the following:
Place the cursor where you would like to insert the image.
Click
.
The
Image Properties
light box appears.
Enter the absolute URL for the image in the 'URL' field (e.g.
http://suttonstreettheatre.com/images/image1.jpg
).
The image appears in the 'Preview' field.
Enter the text that will appear when the image is moused over in the 'Alternative Text' field.
To adjust the dimensions of the image:
To ensure that the pixel dimension ratios of the image remain the same, click
to lock the ratios.
If you see
, the ratios are already locked.
To adjust the pixel dimensions to your own ratio, click
to unlock the ratios
If you see
, the ratios are alreay unlocked.
To reset the pixel dimension ratios to those of the original image, click
.
Adjust the height and width pixel values in the 'Height' and 'Width' fields.
The image size is updated in the 'Preview' field.
To adjust the appearance and alignment of the image:
Enter the size of the border you desire for the image in the 'Border' field. If you do not want a border around the image, leave the 'Border' field blank.
The image border displays in the 'Preview' window.
Enter the desired horizontal spacing value in the 'HSpace' field.
The image is spaced horizontally in the 'Preview' field.
Enter the desired vertical spacing value in the 'VSpace' field.
The image is spaced vertically in the 'Preview' field.
Select the desired alignment for surrounding text from the 'Align' dropdown. The image will then respond with the surrounding text accordingly.
Click '
OK
'.
The image is inserted.
Alt image text is used to briefly describe what the image depicts if users cannot view an image (the image does not display or if the user utilizes a screen reader).
To add alt text to an image, complete the following:
Click '
Source
'.
The Source view of the text is displayed.
Locate the code for the image that you want to add alt-text to by pressing CTRL+F and searching for the image's filename.
The image source code will look similar to
<img alt="" src="/UI/ArticleMedia/Images/MY_INSERTED_IMAGE.jpg." />
Enter the descriptive text that you want to be displayed within the quotes of the
img alt=""
tag (e.g.
img alt="THE ALT TEXT FOR MY INSERTED IMAGE"
).
Click '
Apply
'.
A window confirms that the application updated the message/article.
Click '
OK
'.
top