If anyone could answer this it would be a great help to newbies learning
<meta="viewport">
<head>
.<meta>
tag.In short, adding this line to a website that should implement viewport scaling should fix most problems. (copied from WebDesignTuts+'s "Quick Tip: Don't Forget the Viewport Meta Tag" article)
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
P.S. Quirksmode also has a rather wonderful article describing the issue that's worth reading to understand why this might be helpful.