bigjobs Joined: Aug 27, 2002 Posts: 94 PM |
Just upload your own wml to a server, www.brinkster.com have the wml extension on their servers.
Just save code below as index.wml and upload, point phone at it in WAP and bingo, will work on any wap colour phone.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<template>
<do type="options" name="prev" label="Back">
<prev/>
</do>
</template>
<card title="TITLE" id="first">
<p align="center"><br/>
Text here
<img alt="Image" src="yourgif.gif"/>
<img alt="Image" src="yourjpg.jpg"/>
<a href="/nextpage.wml">Next page</a>
or here
<br/>
</p>
</card>
</wml>
|