Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
custom search input form
i am sure this must have been discussed before but i was unable to locate any threads on the subject. i would like to customize my search input form (use a custom button and change the color of the search box).
can anyone detail what is involved or point me someplace that discusses this issue?
thank you!!
Offline
Re: custom search input form
All you need to do is look at the source of the parsed page ‘input’ is for the search box (not sure re the go button as I never used it)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: custom search input form
thanks… that worked. and to make a custom button, i used the following code
<code>
<input id=“searchButton” type=“image” src=“images/buttons/search.gif” name=“Search” alt=“Search” value=“Search” />
</code>
Offline
Pages: 1