Using hyperlinks – Ericsson R380 User Manual

Page 19

Advertising
background image

17

An image example

<p align="center">

<img alt="baker"src="baker.gif" vspace="5" width="40"

height="30"/><br/>

<b>The oven is turned on, and your pizza will be delivered

just in time.</b><br/>

</p>

Using Hyperlinks

Hyperlinks are underlined text or a graphic that can be tapped to navigate within a deck or go to
a new deck on a WML site, to initiate a voice call or to start composing an e-mail.

A hyperlink may be located anywhere in the text flow. Text in hyperlinks is displayed in the
same font as the text preceding the link, but the text is underlined. Touching a hyperlink
highlights the link text using reverse video. Touch and release on a link invokes the action
associated to the link.

WML

Hyperlinks are specified using the

a

element.

A hyperlink example

Three different links are shown in the example: a mailto link, a voice call link and an interdeck
link.

<card id="fifth" title="Contact Us">

<p align="center">

<br/>

<a href="mailto:[email protected]">

Send a mail to Pizza Penguin</a><br/><br/>

<a href="wtai://wp/mc;+464690510">Call Pizza Penguin

</a><br/><br/>

</p>

<p align="center">

<a href="#first">[Go to Start]</a>

</p>

</card>

Advertising