Hey there im new to this forum and hope i posted this in the right section
At the minute i am creating a website for my kayaking group in dreamweaver. My site V1
i have functioning global nav sections etc but i need to develop a search box.
i have borrowed the box and its code from a dreamweaver template the code is below
<form id="search" action="">
<input name="searchFor" type="text" size="10" />
<a href="">search</a>
</form>
Can anyone advise me on what i need to do to make it search the entire site for a phrase or word entered in the box
Any help will be greatly appreciated