Jump to content
Marketing Checkpoint

Know how to edit HTML form code to customize the submit button?


Recommended Posts

Hey Marketing Checkpoint members & guest,

 

 

 It takes a special kind of person to learn and implement code

as 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?

Link to comment
Share on other sites

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.

PHP Programmer - Internet Marketer - Web Designer - Advertising Network Owner

Celebrating 22 years in business - Since 1998

https://webstars2k.com

 

 

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...