Hello,
I am using the University joomla template, and when I post the search module in the sidebar without the button a mystery 0 appears in it's place.
Just curious what is causing this?
Thank you,
John
$button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src=".$img." onclick="this.form.searchword.focus();"/>';
$button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="images/search.png" width="20" height="20" onclick="this.form.searchword.focus();"/>';
.search input[type="text"] {
height: 39px!important;
width: 75%;
}
.search input.button {
width: 20%;
float: right;
padding: 10px;
}