Chapter 7 Create, Add, and Manage Videos

Reference

HTML Element

Usage

 

 

<li></li>

Creates a bulleted list.

 

Do not put each <li></li> on its own line; put them all on one line. If put each

 

<li></li> on its own line, you will end up with large gaps between the bulleted items.

 

Do not wrap the <li></li> entries with <ul></ul> tags.

 

Example Usage

 

<li>Item 1</li><li>Item 2</li><li>Item 3</li>

 

Result

 

Item 1

 

Item 2

 

Item 3

 

 

<img

Inserts an image in the Description field. The image must be hosted on a web server.

src="image_url"

 

 

align="left_or_r

Supported Attributes

ight" />

src (required)—The URL of the image to be displayed. Must be a URL that

 

 

 

begins with http://.

 

align (optional)—The horizontal alignment of the image. Valid values are left

 

 

and right. The default value is left.

 

height (optional)—The height of the image, in pixels.

 

hspace (optional)—The amount of horizontal space that surrounds the image

 

 

where no text appears. The default value is 8.

 

id (optional)—The identifier for the image. Not really useful in Cisco Show and

 

 

Share.

 

vspace (optional)—The amount of vertical space that surrounds the image

 

 

where no text appears. The default value is 8.

 

width (optional)—Specifies the width of the image, in pixels.

 

Example

 

<img src="http://example.com/published/images/ShowAndShare.png" />

 

 

 

User Guide for Cisco Show and Share 5.3.x

7-13

Page 117
Image 117
Cisco Systems 5.3.x manual Result, Example