M
M
Martyer2015-01-14 12:13:33
css
Martyer, 2015-01-14 12:13:33

Replace the search button with an icon?

in dle you need to replace the search button with a picture, I can’t figure out how. Here is the code:

<div class="search"> <form class="SearchForm" action="" name="searchform" method="post">
 <input type="hidden" name="do" value="search" />
 <input type="hidden" name="subaction" value="search" />
 <input class="SearchFormIn" id="story" name="story" value="Поиск..." onblur="if(this.value=='') this.value='Поиск...';" onfocus="if(this.value=='Поиск сайту...') this.value='';" type="text" />
 <input class="btn btn-light SearchFormBtn" title="Искать" alt="Искать" type="submit" src="Искать" value="Искать" />

Thank you in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
IceJOKER, 2015-01-14
@Martyer

<input class="btn btn-light SearchFormBtn" title="Искать" alt="Искать" name="submit" type="image" src="/imagePath.jpg" />

J
Jaty4, 2015-01-14
@Jaty4

css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question