Bob W wrote: >> >> I may have a go at this later, but it's much more complicated >> than I had anticipated. The two major players in the >> smartphone market, the iPhone and the Droid, have chosen to >> deliberately ignore stylesheets written for handheld devices. >[...] > >Are you quite sure about that?
Absolutely. There's a standard HTML (CSS) tag "media= ", which can be set to "screen" for standard monitors, "print" for print output and "handheld" for handheld devices like phones and PDA's (there are several other options but these are the most common). The iPhone and the Droid specifically ignore the "handheld" value and render pages using the "screen" style sheet, attempting to re-scale everything to fit. This is a known issue (and I've tested it myself). -- PDML Pentax-Discuss Mail List [email protected] http://pdml.net/mailman/listinfo/pdml_pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above and follow the directions.

