We are changing

This


To this


First goto index.template.php

And look for

Code:
<div id="userinfo">
				<b>', $context['common_stats']['total_posts'], '</b> ', $txt['posts'], ' ', $txt['in'], ' <b>', $context['common_stats']['total_topics'], '</b> ', $txt['topics'], ' - ', $txt['by'], ' <span style="white-space: nowrap;"><b>', $context['common_stats']['total_members'], '</b> ', $txt['members'], '</span> -
				', $txt['latest_member'], ': <b> ', $context['common_stats']['latest_member']['link'], '</b>';
		echo '</div>
			<div id="searchfield">
				<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" style="margin: 0;">
					<a href="', $scripturl, '?action=search;advanced"><img src="'.$settings['images_url'].'/filter.gif" align="middle" style="margin: 0 1ex;" alt="" /></a>
						<input class="biginput" type="text" name="search" value="', $txt['search'], '..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['search'], '...\';" style="width: 170px;" /> ';

					// Search within current topic?
					if (!empty($context['current_topic']))
					echo '
						<input type="hidden" name="topic" value="', $context['current_topic'], '" />';

					// If we're on a certain board, limit it to this board ;).
					elseif (!empty($context['current_board']))
					echo '
						<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

			echo '
				</form><br />
			</div>';
		echo '
			<div id="mainarea">';

			// Show the navigation tree.
			theme_linktree();
Delete all of that and put

Code:
<br>
<br>
<div id="hi">

<div id="userinfo">
<a href="index.php"><img src="http://www.frostpkz.org/navbar.gif" align="middle" style="margin: 0 1ex;" alt="" /></></a><font size="2">   FrostPkz</font>

</div>
	<div id="searchfield">
				<a href="index.php">Home</a> |
                                   <a href="/index.php?action=pm">Messages</a> |
                                      <a href="index.php?action=logout;ef181581=a8f7e4cbb31cced82bad8706511204cf">Logout</a>
<br>
<br>
</div>
			</div>';
		echo '
			<br><br><div id="mainarea">';
Now goto index.css

add

Code:
#hi {
border: 1px dotted blue;
}
Download the icon: http://frostpkz.org/navbar.gif
Post errors!