4.3 :: External Style Sheets

Description


You also have complete control over the styles for your mobile internet pages by using external style sheets.

Quick Example


..snip..
  1.   <head>
  2.   <title>My Mobile Site Title</title>
  3.   <css>
  4.   <url>http://mydomain.com/css/mobile.css</url>
  5.   </css>
  6.   </head>
  7.   <layout>
..snip..

Child Elements


url


Specify the location of your external style sheet inside a URL child element. If you have more than 1 style sheet you want to load, use multiple <url> tags.

Example:

<url>http://your-domain.com/css/site.css</url>

Contents