Default inpuit in Search Results Bulk Area:
In Search and Search results layouts, if you style the input box by giving it a different class to the usual "input-border", that class is not recognised in the live site and is not present in Firebug.
Can anyone help to explain this?
Where do the codes for items wrapped in 'Actinic:StaticSearchField' tags reside?
Thanks
Code:
<Actinic:StaticSearchField> <input class="input-border" type="text" name="SS" size="40"/> </Actinic:StaticSearchField>
Code:
<Actinic:StaticSearchField> <input class="someplaceelse" type="text" name="SS" size="40"/> </Actinic:StaticSearchField>
Where do the codes for items wrapped in 'Actinic:StaticSearchField' tags reside?
Thanks
Comment