Page 1 of 1

Design Tips from PeachPit Press

Posted: Tue Aug 09, 2005 12:34 am
by Tami
This month's design tip:

Create a Submit Button with an Image

[quote]Type <button type="submit" name ="submit" value="submit"
Type >
Type the text, if any, that should appear on the left side of the image in the button
Type <img src="image.url" where image.url is the name of the image that will appear on the button
If desired, add any other image attributes
Type /> to complete the image
Type the text, if any, that should appear on the right side of the image in the button
Type </button>[/quote]

Design Tips from PeachPit Press

Posted: Tue Aug 09, 2005 12:37 am
by Josh
Oh.. that's how you use image buttons. Thanks for sharing tami lol *always wondered how that worked*