Hello everyone! I want to make this effect -
but with PNG picture. I created on desktop folder - www. In this folder i have picture (subscribe.png) and html file.
here is my code:
Link to picture: <removed>
Link to site i created - <removed>
Thank you in advance for your help! :)
but with PNG picture. I created on desktop folder - www. In this folder i have picture (subscribe.png) and html file.
here is my code:
Code:
<html> <head> </head> <body> <form action="..."> <p>Subskrybuj nasz biuletyn informacyjny</p> <input type="text" name="email" > <input type="image" src="www/subscribe.png" alt="Submit" width="100" height="20"> </form> </body> </html>
Link to site i created - <removed>
Thank you in advance for your help! :)
Comment