Hi
The main feature I use on my libraries is search.
How can I make the search field really very hugely large?
Moderator: moderators
<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>
ytechie wrote:I used the font-size and padding style attributes. I set the font-size to 1.15em and the padding to 3px 3px.
Users browsing this forum: No registered users and 19 guests