You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi Guys
We trying to get the mini search to be displayed in 1 line. Everything I try to modfity the code below does not work. Can anyone help me with this one?
print '<div class="skin_fenavh" id="ecom_skinwidgetminisearch_h">' . $widget_name . '</div>' . $eol; print '<div class="skin_fenavmini" id="ecom_skinwidgetminisearch">' . $eol; $this->xhtml_quickform_header($formid,'ecom','prodsearchp',array()); print '<p class="hidden"><label for="ecom--minisearch--' . $strid . '"'; print '>Search Term</label></p>' . $eol; print '<p class="inline"><input class="minisearchform" type="text" name="' . $strid; print '" id="ecom--minisearch--' . $strid . '" value="'; print $cgi_value . '" /></p>' . $eol; $this->xhtml_quickform_footer($formid,'Search >>',1); print '</div>' . $eol;
Also, how to apply a css style to the search button
$this->xhtml_quickform_footer($formid,'Search >>',1);
Thanks in Advance
Last edited by 121NetDesign (07-29-2009 11:05:56)
Offline