diff options
-rw-r--r-- | help/C/epiphany.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index c02444206..988b9f7be 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -1317,6 +1317,20 @@ GNOME -> GNOME developers home page</programlisting> </listitem> </orderedlist> </sect3> + <sect3 id="smart-bookmarks-resize"> + <title>How do I resize a Smart Bookmark on the toolbar?</title> + <para> + To set the size of an entry field for a Smart Bookmark, right-click on the + bookmark in the <guilabel>Edit Bookmarks</guilabel> dialog and select + <guimenuitem>Properties</guimenuitem> from the context menu. In the + <guilabel>Address</guilabel> field, add + <userinput>%{width=<replaceable>NUMCHARS</replaceable>}</userinput> + to the end of the address, replacing <replaceable>NUMCHARS</replaceable> + with your desired width. For example, use + <userinput>http://www.google.com/search?q=%s%{width=15}</userinput> + to set the width of a Google search field to 15 characters. + </para> + </sect3> <sect3 id="smart-bookmarks-archive"> <title>Smart Bookmarks Archive</title> <para> |