Yes I am using the tag {search}
This is the code in the css
Code: Select all
/* search form */
form.search {
position: absolute;
top: 5px; right: 5px;
padding: 0; margin: 0;
border: none;
background-color: transparent;
}
form.search input.textbox {
margin: 0;
width: 120px;
border: 1px solid #CCC;
background: #FFF;
color: #333;
}
form.search input.searchbutton {
margin: 0;
font-size: 100%;
font-family: Arial, Sans-serif;
border: 1px solid #CCC;
background: #FFFFFF url(uploads/mysite/headerbg.gif) repeat-x bottom left;
padding: 1px;
font-weight: bold;
height: 23px;
color: #333;
width: 60px;
}
This is the standard code for the searchtemplate
Code: Select all
{$startform}
<label for="{$search_actionid}searchinput">{$searchprompt}</label>: <input type="text" id="{$search_actionid}searchinput" name="{$search_actionid}searchinput" size="20" maxlength="50" value="{$searchtext}" {$hogan}/><input name="submit" value="{$submittext}" type="submit" />
{if isset($hidden)}{$hidden}{/if}
{$endform}
What do I need to change and where because I seem not to get it straight.
What do I need to change and where?