Part IV Presentation of Mobile Content
Keeping Document Content and Style Separate
In addition to being in external.css files, style sheets can also be placed internally in the
<head>
element of the content file.
A simple example is shown here:
body {
{font-family: arial, Helvetica, sans-serif;
font-size: 1em;
text-align: justify}
h1
{font-family: arial, sans-serif;
font-size: em}
p
{font-family: Courier New, sans-serif;
font-size: 1em}
.note
{background-color: #003333;
}
82 - BEA WebLogic Mobility Server User Guide
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?