<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt><a class="moz-txt-link-freetext" href="http://pmwiki.org/wiki/Test/Banner">http://pmwiki.org/wiki/Test/Banner</a><br>
<br>
</tt>
<div id="wikitext">
<p>I'm trying to replicate, unsuccessfully, in a wiki page, the same
recent
changes and search links and box as at the top right of the PmWiki page
template.
</p>
<table class="markup vert" align="center">
  <tbody>
    <tr>
      <td class="markup1" valign="top">
      <pre>&gt;&gt;rfloat font-size=small&lt;&lt;
%rel=nofollow accesskey=$[ak_recentchanges]% [[{*$Group}/RecentChanges |
$[Recent Changes] ]]%%
- [[Site/Search]]: (:searchbox size=20:)
&gt;&gt;&lt;&lt;
      </pre>
      </td>
    </tr>
    <tr>
      <td class="markup2" valign="top">
      <div class="rfloat" style="font-size: small;">
      <p> <a accesskey="c" rel="nofollow" class="wikilink"
 href="http://pmwiki.org/wiki/Test/RecentChanges">Recent Changes</a>
      </p>
- <a class="wikilink" href="http://pmwiki.org/wiki/Site/Search">Search</a>:
      <form class="wikisearch"
 action="http://pmwiki.org/wiki/Test/Banner" method="get"><input
 name="q" value="" class="inputbox searchbox" size="20" type="text"><input
 class="inputbutton searchbutton" value="Search" type="submit"><input
 name="action" value="search" type="hidden"></form>
      </div>
      </td>
    </tr>
  </tbody>
</table>
<p class="vspace">How do I customise the Search button and get
everything to stay on one line?<br>
</p>
<p class="vspace">tia<br>
</p>
<p class="vspace">Simon<br>
</p>
</div>
<br>
</body>
</html>