Contents

banner

Displays information along the top of a TVML page.

Overview

The type of information displayed depends on the type of template used. Here’s an example that places a banner with an image and some text inside of a formTemplate element.

<formTemplate>
   <banner>
      <img src="path to images on your server/Car_Movie_800X400.png" width="800" height="400"/>
      <description>Enter email for access</description>
   </banner>
   ...
</formTemplate>

Subelements of banner

Elements that Use banner

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Banner Elements