How does one set up the search form so the Go! button is to the right of the search box??By ajusting the css file and the layout template. If you use the 1.8.4 release, look at the documentation/someCssExamples/relative.css file
How to replace the Go! button with an image?? (I know it’s easy to use an image for a submit button, but I need to know the answer to #1 above to figure this out.)In the layout template, replace:
<label for="ajaxSearch_submit">
<input id="ajaxSearch_submit" type="submit" name="sub" value="[+as.submitText+]" />
</label>
<label for="ajaxSearch_submit">
<input id="ajaxSearch_submit" type="image" src="assets/templates/Theme/images/search.jpg" name="sub" value="[+as.submitText+]" />
</label>
How does one set up the search form so the Go! button is to the right of the search box??By ajusting the css file and the layout template. If you use the 1.8.4 release, look at the documentation/someCssExamples/relative.css file
