Replace Form Buttons with Images
Posted on Aug.25, 20095 Comments How To, HTML“Replace the Form submit button with an image”
When designing a form with a submit button, how do you utilize an image for the button instead of using a plain ol’ grey box?
No problem, just use this code:
<input name=”optional” src=”picture.gif” type=”image” />
![[image: socialicon]](http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/social/twitter_16.png)
![[image: socialicon]](http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/social/flickr_16.png)
![[image: socialicon]](http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/social/facebook_16.png)
![[image: socialicon]](http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/social/youtube_16.png)
![[image: socialicon]](http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/social/deviantart_16.png)
![[image: socialicon]](http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/rss_sub.png)


What is the HTML for adding a members list to a Page?
There is no simple html which will add members lists to a page. It requires some sort of Database or username storage file and php.
I’d use some engine to run a website which requires a members list instead of creating one from scratch.
This code is good, but I have another solution that uses CSS.
We’ll change this:
Into this:
I believe that will work, but I’ve never actually worked with input forms myself before, but I know my XHTML and CSS well enough to make something that works.
Hmm…Well, it seems the code didn’t show up. I’m too lazy to repost the code, so meh.
lol kay