About 788,000 results
Open links in new tab
  1. How can I create a search bar that will search my website pages?

    Aug 8, 2023 · So far I have created a search bar, formatted the search bar, and implemented it to all of my website pages. But cannot figure out how to make it search within my website pages.

  2. How to add a search icon to a search bar? - Stack Overflow

    Jul 19, 2022 · I've created a search bar and am looking to add a non-functional magnifying glass icon to it on the far left. For this, I use an icon imported from the web in my html file.

  3. html - adding a search icon inside search bar - Stack Overflow

    Aug 23, 2022 · Learn how to add a search icon inside a search bar using HTML and CSS on Stack Overflow.

  4. How do i get my search bar to actually work? - Stack Overflow

    Jul 29, 2015 · 2 Hey guys, I've got a search bar and it looks fine, but i don't really know how to make it search the whole of my site... Here's my html code so far:

  5. How can I add a Google search box to my website?

    Dec 11, 2012 · I am trying to add a Google search box to my own website. I would like it to search Google itself, not my site. There was some code I had that use to work, but no longer does: …

  6. Embedding a Google search bar into a html document

    Aug 31, 2016 · I'd like to include a Google search bar at the top of the page that will allow me to search Google directly. Google seems to make it easy to embed a Google Custom Search …

  7. How do i make my search bar actually search pages in my site?

    Aug 18, 2017 · I put a search bar into my website but I don't know how to make it actually search pages within my site. I don't want a google search bar where you can search anything.

  8. How to Make Dynamic Web Search Bar Using HTML and JS

    Aug 7, 2019 · How to Make Dynamic Web Search Bar Using HTML and JS [closed] Ask Question Asked 6 years, 3 months ago Modified 6 years, 3 months ago

  9. Single Dropdown with search box in it - Stack Overflow

    Apr 19, 2016 · Learn how to create a dropdown menu with a search box using HTML and CSS to enhance user experience.

  10. how to position a search bar in html/css - Stack Overflow

    Feb 15, 2014 · How do I make the search bar be positioned further down, i need the search bar to be positioned in the middle of the header not the top. Why is top:25% not working?