Hey thanks for the optimistic reply

I have edited the top.jsp file you mentioned and that changed the search bar's width. I guess the only other thing I need is to make the height a little bigger too... Could you recommend me a good way to do that?
I tried height="70" in that search table and I tried to add height to the <td style>, after Googling around a bit for knowledge on working with tables
- Code: Select all
<td style="padding-left:1em;height:70px">
<form method="post" action="search.view" target="main" name="searchForm">
<table><tr>
<td><input type="text" name="query" id="query" height="70" size="60" value="${search}" onclick="select();"></td>
<td><a href="javascript:document.searchForm.submit()"><img src="<spring:theme code="searchImage"/>" alt="${search}" title="${search}"></a></td>
</tr></table>
</form>
</td>
Although I love the interface, my non-computer friends need
to understand it without having to figure out anything.
Thanks again...