Why is there a fixed page width?
Here is the full html of my test page
It's essentially the below. When I browse to it on my android phone (v4.1)
it has a large width and makes it extremely irritating to read because i
have to scroll to the right and left. The font is also tiny. The
resolution of the phone is 720x1280. I'm using the default browser. On
firefox it reads fine (no scrolling).
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Test</title>
</head>
<body>
<p>lots of Lorem ipsum dolor sit amet</p>
</body>
</html>
No comments:
Post a Comment