But at least some things are clear.
Firslty: use tiny pages!
Most PDAs have a
screen that is ony 160 by 160 pixels. So this whole web site
is laid out such that it can be shrunk to 160 pixels wide.
Let's see how that goes.
(_update: Sun May 24. I can't do 160. Tried. Going to 200
since that what the newer browsers are coming out as.)_
Secondly: avoid lists! Standard
<ul>,
<dl>,
<ol> grab too much left-hand-side space.
Thirdly: small images! This site keeps a copy of all images
in a thumbs60 directory; i.e. a place were all images are
60 pixels wide. If I display such a thumb, it is always a hyperlink
to the full-sized picture.