Hi again Ziv!
In my theme (Atahualpa) there’s no code for the search box in file header.php.
All code for the search is the file searchform.php so I tried to add your code there, like this:
<form method="get" class="searchform" action="<?php echo esc_url( home_url() ); ?>/">
<table class="searchform" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="searchfield">
<input type="text" class="text inputblur" value="<?php esc_attr( the_search_query() ); ?>" name="s" />
</td>
<td class="searchbutton">
<input name="submit" value="Search" type="image" src="<?php echo get_template_directory_uri(); ?>/images/magnifier2-gray.gif" style="display: block; border:none; padding: 0 0 0 5px; margin: 0;" />
</td>
</tr></table>
<?php if (function_exists ('wplb_login')) { wplb_login(); } ?>
</form>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Login box doesn’t appear ??