LOGOLOGO*
*Contents  *Index  *Topic Contents

*Previous Topic: LOGIN
*Next Topic: LOGTARGET

LOGO

<LOGO
HREF="url"
STYLE="ICON" | "IMAGE" | "IMAGE-WIDE" />

Specifies an image that can be used to represent a channel or channel item.

HREF="url"
Required. Specifies the URL associated with the channel logo or icon image.
STYLE="ICON" | "IMAGE" | "IMAGE-WIDE"
Text string indicating the context in which a logo will be used, as follows:
Value     Image size   Display description
"ICON" 16H x 16W This image appears in the Channels Explorer Bar hierarchy and other areas of the Microsoft® Windows® name space, such as when viewing the contents of a folder containing the CDF.
"IMAGE" 32H x 80W This logo image is placed in the desktop Channel Bar to provide a quick launching mechanism for the main channel page.
"IMAGE-WIDE" 32H x 194W Wide logos are displayed in the Channels Explorer Bar to provide a link to the main channel page. When clicked, this image will also expand or contract the channel's hierarchy (if one exists) in the Channels Explorer Bar.

Number of allowed occurrences: None or one (per STYLE attribute)

Note GIF, JPEG, and other standard image formats supported by Internet Explorer can be used for logo images. However, animated GIF files are not supported with this element. Image formats and styles are subject to change.
Parent elements Child elements
CHANNEL None
ITEM
SOFTPKG

There is no end tag associated with this element.

Example

<LOGO HREF="http://www.foosports.com/images/logo.gif" STYLE="IMAGE"/>


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.