css - How can I add three different image button icons in this HTML code? -


here html code:

<input id="text" type="text" name="text"> <input type="button" name="page1" onclick="javascript:window.open('http://example.com/' + this.name + '/' + document.getelementbyid('text').value)"> <input type="button" name="page2" onclick="javascript:window.open('http://example.com/' + this.name + '/' + document.getelementbyid('text').value)"> <input type="button" name="page3" onclick="javascript:window.open('http://example.com/' + this.name + '/' + document.getelementbyid('text').value)"> 

you need add field below

<input type="button" style="height:200px;width:200px;background-image:url('https://i.stack.imgur.com/jhiai.png')"/> 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -