Hello,
I am testing a google custom search engine that would allow people to search a site, and I am having a hard time simply re-sizing the box that someone would type in what they are searching for. I need to make the box area much smaller than it is (maybe about half or even less than the default size), while still allowing for people to type fairly long searches if needed.
I would very much appreciate anyone's help.
You can see the testing search here:
<!-- m --><a class="postlink" href="http://www.google.com/coop/cse?cx=01...%3Aeathczgvh70">http://www.google.com/coop/cse?cx=01...%3Aeathczgvh70</a><!-- m -->
Thanks again.Page not found.Regardless of the validity of the page, there will be something that looks like this:
<input type="text" ... size="x" />
.. where the elipses represents some other tag attributes, and x represents the size of the field. Edit x to any number to change the size of the field. You will get your preferred size through trial-and-error, mainly.
Hope this helps
I am testing a google custom search engine that would allow people to search a site, and I am having a hard time simply re-sizing the box that someone would type in what they are searching for. I need to make the box area much smaller than it is (maybe about half or even less than the default size), while still allowing for people to type fairly long searches if needed.
I would very much appreciate anyone's help.
You can see the testing search here:
<!-- m --><a class="postlink" href="http://www.google.com/coop/cse?cx=01...%3Aeathczgvh70">http://www.google.com/coop/cse?cx=01...%3Aeathczgvh70</a><!-- m -->
Thanks again.Page not found.Regardless of the validity of the page, there will be something that looks like this:
<input type="text" ... size="x" />
.. where the elipses represents some other tag attributes, and x represents the size of the field. Edit x to any number to change the size of the field. You will get your preferred size through trial-and-error, mainly.
Hope this helps