hello
how i can put image in button. Below
<input id="b-searchbtn" value="Search" type="submit"/>

Recommended Answers

All 4 Replies

<input id="b-searchbtn" value="Search" style="background:url(URL of the page)" type="submit"/>

but it dont work

I believe that she meant

<input type="submit" value="Search" style="background-image: url('URL of image');">

Regards, Arkinder

Thankyou

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.