Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Themes 2.0 adding a settings page.

Development talk:Themes 2.0 adding a settings page

From MoodleDocs
Revision as of 14:12, 29 March 2011 by Luis de Vasconcelos (talk | contribs) (→‎Printing problem)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Print Problem

The code segments on this page contain tags like <div style="height:300px;overflow-y:scroll;"> which adds scrollbars to the code blocks when viewed on the computer screen. This is fine on the screen as it reduces the size of the overall page, but when you print the document the content in those scrolling blocks (divs) is chopped off. Can we remove these divs or make them bigger so that the docs can be printed without data loss? --Luis de Vasconcelos 14:12, 29 March 2011 (UTC)