views:

20

answers:

1

I'm writing an ASP.NET web site targeted at cellphones.

The pages appear fine on a Nokia browser, but on the iPhone, the text is all squashed up into the top left hand corner of the page.

Is there some way of making the mobile browser automatically zoom in to fit the text on the page?

+2  A: 

You might want to have a look at this:

User Experience Coding How-To's for Safari on iPhone

It provides information on user scaling / zooming as well as conditionally loading CSS for iPhone/iPod specific devices.

Jonathon
Thanks - the answer is the "meta" tag for "viewport".
Shaul