Author |
What is the best way to create a WAP page? |
Johnex Joined: Nov 26, 2002 Posts: > 500 From: Stockholm/Sweden PM, WWW
|
You have to insert this at the top:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
instead of the <html> tag.
Delete the meta tag stuff, you don't need it.
_________________
http://johnex.se/ - Johnex Portal v3.0
"the best entertainment portal"
Games, Chat, PM, Files.
950+ Polyphonic Ringtones
500+ IMY Ringtones
50+ Pictures
10+ Themes
*´¨)
¸.·´¸.·´¨) ¸.·->
(¸.·´ (¸.·´
[ This Message was edited by: JohnN4 on 2004-04-30 11:48 ] |
|
snap-hiss Joined: Nov 06, 2002 Posts: 118 From: fair Imladris PM, WWW
|
I run a forum on my site that is php. How would I go about making that work with WAP. If you need to check it out it's http://www.snackpants.com/mboards
!snap
war is peace freedom is slavery ignorance is strength |
Johnex Joined: Nov 26, 2002 Posts: > 500 From: Stockholm/Sweden PM, WWW
|
you use a cgi forum, and it is hard for me to see how to convert it to xhtml.
The best way would be to get a simple forum, and to take away all the tables and layout design, and then add the line of text i stated above. I don't garantee it to work, but i am sure it could work, as esato has a version of it here: wap.esato.com/board/xhtml.php
|
djpowelly Joined: Jun 07, 2003 Posts: > 500 From: The UK! PM |
OK, code in nut still no sucsess! look @ my last post 4 address.. Please help!
 djpowelly  |
Saka Joined: Jan 21, 2004 Posts: 165 From: Sweden PM, WWW
|
If your server supports PHP/mySQL, you don't want to learn WML and are ready to pay a bit then you can get a nice content management system for WAP that will automatically build a WAP site for you.
All you need to do is to insert your content in a web interface.
Take a look here: http://www.sakic.net/wps/
I am sorry if this post is considered spam, then please delete it. |
Johnex Joined: Nov 26, 2002 Posts: > 500 From: Stockholm/Sweden PM, WWW
|
@djpowelly:
I modified your site so that it should work. Save this as index.html, NOT index.xhtml.
Copy between the ------------
:
------------------------------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>djpowellys Homepage</title>
</head>
<body>
<p align="center"><b><u>djpowellys
Homepage</u></b></p>
<p align="center"><a href="http://start.e-messenger.net/mobile"><img border="0" src="http://www.apsv89.dsl.pipex.com/wap/msn.jpg" width="28" height="28"></a></p>
<p align="center">Msn Messenger</p>
<p align="center"><a href="http://www.esato.com"><img border="0" src="http://www.apsv89.dsl.pipex.com/wap/esato.jpg" width="64" height="26"></a></p>
<p align="center">Esato</p>
<p align="center"><a href="http://www.google.com"><img border="0" src="http://www.apsv89.dsl.pipex.com/wap/google.jpg" width="75" height="30"></a></p>
<p align="center">Google</p>
<p align="center"><a href="http://d1m.net"><img border="0" src="http://www.apsv89.dsl.pipex.com/wap/poly.jpg" width="36" height="45"></a></p>
<p align="center">CBF Downloads</p>
<p align="center"><a href="http://www.wap.o2.co.uk"><img border="0" src="http://www.apsv89.dsl.pipex.com/wap/o2.jpg" width="47" height="44"></a></p>
<p align="center">O2 Active</p>
<p align="center"> </p>
</body>
</html>
------------------------------------------------------------------
[ This Message was edited by: JohnN4 on 2004-04-30 11:49 ] |
|