The problem that I've had with doing mobile web pages is that the doctype
needs to be correct for the phone to view it properly.  For example:

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
    "http://www.wapforum.org/DTD/xhtml-mobile10.dtd";>

Before I started to use the proper doctype, the browser on the phone (both
PIE and Opera) would not properly.

I spent days to get the mobile look using all kinds of CSS and never got it
to look right until I started to use the XHTML mobile doctype.

Example pages (non-BW):

With Mobile Doctype:
http://tnetweather.com/pda-view.php

With XHTML 1.0 Transitional Doctype:
http://tnetweather.com/pda-viewX.php

Note that the ONLY difference between the two pages is the doctype.

This may not be an issue with the iPhone or iPod etc.. but I don't have one
of those to play with.

--

You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.


Reply via email to