(Solved)Search box in Global content block
Posted: Thu Sep 13, 2007 7:50 pm
Hi,
I was researching the ways to include a search box in the global content block and included the following code in the GCB. But it did not solve the purpose. The code is given below.
Since this was placing the text box outside the page margins, I removed the code for the search box. The link for the website is given below.
http://cms.ce.gatech.edu/ceetest/
Any pointers to this would be greatly appreciated.
Thanks,
Neo
I was researching the ways to include a search box in the global content block and included the following code in the GCB. But it did not solve the purpose. The code is given below.
Code: Select all
<div id="utilitycontainer">
<div id="utility">
<ul>
<li id="utility-map"><a href="http://gtalumni.org/campusmap/">CAMPUS MAP</a></li>
<li id="utility-directories"><a href="http://www.gatech.edu/directories.php">DIRECTORIES</a></li>
<li id="utility-sitemap">{cms_selflink page='sitemap' text='SITE MAP'}</li>
<li id="utility-help">{cms_selflink page='help' text='HELP'}</li>
<li id="utility-search"><a href="http://search.gatech.edu/">SEARCH</a></li>
<li id="utility-searchbox">
<form id="searchform" name="seek" method="get" action="http://search.gatech.edu/custom/query.html">
<input id="search" type="text" name="qt" size="20" value="" maxlength="500" />
<input type="image" src="http://www.gatech.edu/images/transparency.gif" name="submit" alt=" " id="searchsubmit" value="Search" />
</form>
</li>
</ul>
</div>
</div>
http://cms.ce.gatech.edu/ceetest/
Any pointers to this would be greatly appreciated.
Thanks,
Neo