Searchbar problems
-
I recently had someone add a custom google search bar on my site fbgamesplayer.com and it’s not working.
How would I take this out and replace it with the original search bar?
Here’s the code where I think the google custom search is:
</div> <!-- <div id="search"> <form id="searchform" method="post" action=""> <input type="text" name="q" id="q" value="Search..." /> <input type="submit" name="submit" id="submit" value="" /> </form> </div> --> <div id="search"> <form action="https://www.google.com/cse" id="cse-search-box" target="_blank"> <input type="hidden" name="cx" value="partner-pub-8761175696781971:lnuflk-p8j9" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" name="q" id="q" /> <input type="submit" name="sa" id="submit" value="" /> </form> <script type="text/javascript" src="https://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> </div> </div> <div class="clear" />
Any help would be greatly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Searchbar problems’ is closed to new replies.