iGuest 3 Report post Posted November 10, 2004 Does anyone know how to set up a web page that you can view on your phone. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 11, 2004 Just add some more content to your site and maybe search for it on google. I'm sure there is a tutorial on the internet. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 13, 2004 er...I think you just make any normal site, but stick to only html to ensure compatability and try and keep pages small.(I'm not entirely sure) Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 13, 2004 l3ladecraft is right. You're meant to make your website like 200 in width maximum or something. I read somewhere how to do it.skyglow1 Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 13, 2004 It depents on what kind of phones is your groups to reach... because not all phones support HTML but another programmer code cHTML.. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 17, 2004 I will try what you said thanks for that.the phone is a sonyericsson T 230 I get an error page to big to be returned but I will make it small and see what happends thanks. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 17, 2004 Yep, if you want your site to be viewable on ALL phones, you have to use the WML language (similar to HTML, take a look at http://forums.xisto.com/no_longer_exists/) and also be careful with the page size (for example my previous phone, the first one ever to support WAP, only could deal with pages under cca.1,5 kB size)... Â But of course, newer phones mostly support either xHTML pages (a "light" version of HTML) or even normal HTML, Javascript etc. just like web browsers (a wonderful thing, really :wink:) Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 7, 2004 mmm..... no i don't Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 15, 2004 holy Pontiaclover2004, U r maxthis should be a big formal space of it's own Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 1, 2005 use xml....lol Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 14, 2005 To open html files via wap you can use emulators (e.g. http://wap.nwgsm.com/is/w?sid=2099887790%23OpenURL), if you want to open your html you can change <html> and </html> with <wml> and </wml>, then check that everything with tags is ok (i.e. <p><a>test</p></a> --- not correct!!! <p><a>test</a></p> - ok!). Then check for tags that open your page in new window and for javascript.Ready Share this post Link to post Share on other sites