Quote:
I am about to create a web site that the client wants to work on
blackberry's
too - is there a way I can do this to dynamically include all pages on the
site
rather than creating two versions of every page?
I'm using dreamweaver MX2004/flash8 but can upgrade to dreamweaver8 if
that
helps - also willing to purchase any required xtensions etc.
many thanks |
Blackberries can read pretty much any HTML page.
You might want to design a separate page just for them, though, based on a
much narrower viewport.
You can use the CSS media type for handhelds and try that, but not all
handheld browsers support that particular feature...so don't assume it works
by default.
-Darrel