B
Bosola
Guest
I'm not sure how you mean; do you mean searching within the current thread?Bosola, is their a way to make it search the specific url you are at instead of always doing a broad forums.qhimm.com search?
You could probably do that by getting the current URL in the PHP script and tailoring the form HTML accordingly.
Sure.Hopefully a minor tweak, but would it be possible to make the buttons (SMF Search, Google Search) the same width? That way the boxes would line up, the buttons would line up, and as a whole it would look neater.
The easiest way to align them would be to reverse the orders of elements in the form (put the input type="submit" elements before the input type="text"s), float:right them and remove the default space that's added to inside the SMF search field (I really don't know why that's there). Then set a min-width on the buttons in the CSS (let's say 9em) and finally set a margin-left on those buttons of whatever width you choose (let's say 2em).