- Add
<meta name="viewport" content="width=device-width, initial-scale=1.0">
to the<head>
element. - Remove the
width="100%"
attribute from the table (and maybe thewidth="85%"
from the sub-table, too).
But every problem is an opportunity, right? It should be possible to create a system that uses various transformations to reformat web pages to make them more useable on mobile browsers. It might boost text sizes, relax table specs, and push sidebars to the end of the page, for example. The result wouldn't match custom designs, of course, but might get the pages from bad to useable, particularly if the user has some input into what transformations are applied.
I wonder what tweaks would help those other sites ...
No comments:
Post a Comment