Build Print this page button

Page Content

Print this page button

Follow these steps to add a 'print this page' button to your Studio Site webpage. 

  1. In a general content type, select View on the main body toolbar. 
  2. From the View dropdown menu, select "source code." 
  3. Insert the following code:
    <p><button onclick="window.print()">Print This Page</button></p>
  4. Press the blue save button on the source code window.
  5. Press the blue save changes button on the general content type.

Example