I have a problem with my search. It returns the following error:
No search term was specified.
I think the problem is to do with the code on the input box. The default is :
<input type="text" id="search" class="ti" name="search" value="<$mt:SearchString$>" />
The code on my template is
<input type="text" id="s" class="txtField" name="s" value="<$mt:SearchString$>" />
When I change the “s” to “search” I lose the input box, it just won’t show up. It probably has something to do with the style. I’ve tried various changes to the style but can’t get it to work.
Is there a way to tell MT that the “s” is actually “search”? I thought I might be able to do this with a setvar tag but I’ve been unsuccessful so far.
The problem is on http://mt4.juneeonline.com/test/
Reported on Movable Type 4.2

Ok, disregard that question. The input box does show up when I change the "s" to "search", it's just off the page so far it's not visible. And search does work, you just can't see where to put it without scrolling across to find the input box.
My attempts to fix the position have so far failed. I've tried position:absolute, (doesn't change the position), also position:relative (no difference).
Any ideas?
I see your search box all the way over to the right of the page, it even makes me scroll to see it. It also seems to be finding what I type in it.
Ken
Looks good!