Design Tips from PeachPit Press

Reference Articles & Programming Stuff

Moderators: Moderator, Global Moderator

Post Reply
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Design Tips from PeachPit Press

Post 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]
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

Design Tips from PeachPit Press

Post by Josh »

Oh.. that's how you use image buttons. Thanks for sharing tami lol *always wondered how that worked*
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Post Reply

Return to “Reference &amp; Software”