• I’d like to just add a button to the bottom of each of my posts on my self-hosted WordPress blog. How do I create a button? I’d like it to look exactly like the WordPress buttons that you get when you’re within the Admin area. How can I do this?

Viewing 1 replies (of 1 total)
  • Something like:

    <input border=0 type="image" src="images/submit-button.gif" alt="Submit">

    Will let you use your own button image.

    <input type="submit" value="Submit" />

    will create a default button that says “Submit”.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I add a button with customizable text?’ is closed to new replies.