Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
how to set the label on the left of the search?
erm…I have already done a search on the keyword “search”.
And it seems no such Attributes of the search_input.
Offline
#2 2006-06-17 15:23:36
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: how to set the label on the left of the search?
You can copy the html output of the search_input tag and paste it into a form (type: misc). Then you can move things around. Instead of <txp:search_input /> use <txp:output_form form="yoursearchform" />.
Offline
#3 2006-06-18 00:15:04
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: how to set the label on the left of the search?
search_input takes the “label” attribute.
Offline