Yes, I looked more closely at the Atlantic Magazine page html. I searched for `width=` and found 121 hits. The first one was as follows and I suspect it is the key one.
<meta id="meta-viewport" name="viewport" content="width=1024" /> I would not want to adjust the widths of images, for example, btw. I wonder if a way to handle such html would be by using a tricked out CSS page that would cover things like tables and content -- whatever that is -- instead of some other URL. I think CSS follows a strict hierarchy where the nearest CSS instruction overrides more distant ones. But that hierarchy may mean that the document itself has the greatest priority, so CSS might not work at all. On Fri, Nov 1, 2013 at 4:10 PM, Roger Hui <[email protected]> wrote: > I don't know enough about Javascript to know whether the following is > possible. But something like > > <html><body> > <table width=520 align=center><tr><td> > (Some Javascript to "include" the webpage you want to read.) > </td></tr></table> > </body></html> > > where "include" does not mean the text of the webpage word for word but a > URL that points to it. > > -- (B=) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
