AS I do not have experience with php and just learning really event html… the widget got me confused too. LOL.
Here is code he wrote on my “left sidebar” and he called me menu.
<!– begin sidebar –>
<div id=”menu”>
<li id=”search”>
<div class=”menutitle”><?php _e(‘Search:’); ?></div>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
</div>
</form>
</div>
<div class=”clearer”> </div>
</div>
I’d like to add static link and adword codes… please advise me what to do.
Many thanks.