Hi
Sorry im just a newbie, i just wanted to know how can i show the search form on the same line as the mega menu
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>
if i insert <?php get_search_form( $echo ); ?> before that i get it on top and so if i put it in the bottom,
im trying to combine both of these codes so the menu will be inline with search
my codes is something like this but it doesnt work
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) , get_search_form( $echo );) : ?><?php endif; ?>
for eg
HOME | ABOUT | SERVICES| CONTACT [SEARCHBOX}
cheers