Search box with magnifying glass icon?

I dunno where to put this topic.

How to make Search box with magnifiying icon?

Thanks in advanced.

This is a good place to post it. :slight_smile:

It’s very easy to do. In your form, use type=“image” for the Search button, and use the src attribute to point to the magnifying glass image.

<input type="image" src="/_i/mag.png" alt="Search">

I dunno know how to thank you back.
But Thanks again ralph.
I’ll try that.

You just did. :slight_smile:

Let us know how you go!