Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies that a line break should occur at the specified location in the rendered content.
Element type: xsd:complexType
Namespace: https://schemas.microsoft.com/sideshow/2006/scf
Schema name: Simple Content Format
None.
None.
A br element can also be nested within other elements. For example, the point where a br element has been inserted, may itself be within a content element, within an item element (interspersed with the text that constitutes a menu item), or within a txt element.
The following code example adds space after each line of text in a media player menu.
<body>
<content id="200" title="Now Playing" bg="50" bgfit="s" menuid="1000">
<txt align="c" wrap="0"><em>Song Title</em></txt>
<br/>
<txt align="c" wrap="0">Song Artist</txt>
<br/>
<txt align="c" wrap="0">00:00:00</txt>
<br/>
<img align="l" id="16" alt="[Album Cover]" />
</content>
</body>
The following schema defines the br element as a complex type.
<xsd:element name="br">
<xsd:complexType />
</xsd:element>
Please sign in to use this experience.
Sign in