Add ?action=render to the end of the url, like so: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery?action=render
That'll give you just the html contents of the page. - Richard On Thu, Aug 13, 2009 at 4:14 AM, derek <gamesb...@gmail.com> wrote: > Hi > > I'm just getting started with JQuery and would like to be able to print out > the tutorials to read off line. > > When I visit a page such as: > http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery > > I see a button to the left under Tools, labelled "Printable" view. > Clicking this results in the URL: > > http://docs.jquery.com/index.php?title=Tutorials:Getting_Started_with_jQuery&printable=yes > > However, bar a few color changes, this page is almost the same as > the original - and still shows page headers, the sidebar menu and so > on. > > Is it possible somehow to get a "clean" printable view of the page; > or do I need to contact the site owners and ask them to upgrade their > CSS and/or code? > > Thanks > Derek > >