Tie Posted April 22, 2020 Report Posted April 22, 2020 Hey Marketing Checkpoint members & guest, It takes a special kind of person to learn and implement codeas most people get frustrated with technical issues. Does anyone know how to take an html form code and edit it to change the submit button from inferior looking to a more fancy appearance, perhaps a "Click Here" png image? Quote My #1 recommended tool: Click Here for Free Lifetime Account
Laur Posted April 29, 2020 Report Posted April 29, 2020 If you are using html code, just replace <input type="submit" value="Click Here!">with<input type="image" src="http://yourwebsite.com/image.png"> Quote Accelerated List Building & Instant $100 Commissions
Maryanne Myers -Webstars2K Posted April 29, 2020 Report Posted April 29, 2020 You can also style it by adding this in the end (and custom it how you want) ..... image.png style="border:1px solid #ff0000;border-radius:15px;padding:5px;"> You can also dot it like border:1px dotted solid #ff0000;or make it dashed instead of dotted. There is so much more you can do to the image too. Just look up css style submit button, in google. You actually dont need an image at all. Quote PHP Programmer - Internet Marketer - Web Designer - Advertising Network OwnerCelebrating 22 years in business - Since 1998https://webstars2k.com
Tie Posted May 16, 2020 Author Report Posted May 16, 2020 If you are using html code, just replace <input type="submit" value="Click Here!"> with <input type="image" src="http://yourwebsite.com/image.png"> Thank you for the feedback Laur Quote My #1 recommended tool: Click Here for Free Lifetime Account
Tie Posted May 16, 2020 Author Report Posted May 16, 2020 You can also style it by adding this in the end (and custom it how you want) ..... image.png style="border:1px solid #ff0000;border-radius:15px;padding:5px;"> You can also dot it like border:1px dotted solid #ff0000;or make it dashed instead of dotted. There is so much more you can do to the image too. Just look up css style submit button, in google. You actually dont need an image at all. Thank you Maryanne, I appreciate your response. Quote My #1 recommended tool: Click Here for Free Lifetime Account
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.