Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Template of this forum??


fel64
Member

@fel64

Not sure what it was originally, wmarcy, but it’s all a bit screwy. They’re in seperate paragraphs, which means they can’t be side-by-side (unless they’re both ID’d and have seperate float rules). So basically, find the form (as in, form HTML element) for the search and replace it by:

<form method="get" action="http://www.wetworx.com/forums/search.php">
Search: <input type="text" value="" name="q" maxlength="100" size="40"/>
<input type="submit" class="inputButton" value="Search ยป"/>
</form>

The Submit button however still won’t be on the right, but at least it’ll be level and since it wantonly jumps about when you text-align or float it right I can’t be bothered with making it right-aligned. Make the width of your search bar wider or something if you need to push it over.

Skip to toolbar