diff options
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/epiphany.xml | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 7f9c81e62..02024ab1d 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -338,11 +338,30 @@ you can choose items related to the display of the web page.</para> <title>To Search for Text in a Page</title> <para> </para> - </sect2> - <sect2 id="to-zoom-in-page"> - <title>To Zoom In or Out of a Page</title> - <para> - </para> + </sect2> + <sect2 id="to-change-zoom"> + <title>To Change the Zoom Factor</title>
+ <para>You can use the following methods to resize the view of a page</para>
+ <itemizedlist>
+ <listitem><para>To enlarge the view of a page, choose
+ <menuchoice>
+ <guimenu>View</guimenu>
+ <guimenuitem>Zoom In</guimenuitem>
+ </menuchoice>.</para>
+ </listitem>
+ <listitem><para>To shrink the view of a page, choose
+ <menuchoice>
+ <guimenu>View</guimenu>
+ <guimenuitem>Zoom Out</guimenuitem>
+ </menuchoice>.</para>
+ </listitem>
+ <listitem><para>To view the page at its actual size, choose
+ <menuchoice>
+ <guimenu>View</guimenu>
+ <guimenuitem>Normal Size</guimenuitem>
+ </menuchoice>. </para>
+ </listitem>
+ </itemizedlist> </sect2> <sect2 id="to-view-page-source"> <title>To View the Source of a Page</title> |