photoshop button in html

manojsinghrana

manojsinghrana

@manojsinghrana-NciZJa Oct 26, 2024
hello,

i want to add a button which is being created in photoshop in html page.
button i dont know how.

please somebody tell me the way.

thank you very much

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • whiz.kid.aniket

    whiz.kid.aniket

    @whizkidaniket-5IiBCq Dec 30, 2010

    Re: photoshope button in html

    Save the button you created in photoshop as image, and then just include the button image in html.
    For better understanding check this ---> #-Link-Snipped-#
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Dec 31, 2010

    Is this problem different from this one?
    #-Link-Snipped-#
  • NDL

    NDL

    @ndl-XpBSAS Jan 2, 2011

    Just save that button's image in jpg and then use image tag in html where you want to place it
  • Deepika Bansal

    Deepika Bansal

    @deepika-jf1ysv Jan 3, 2011

    NDL
    Just save that button's image in jpg and then use image tag in html where you want to place it
    Hello ndl, can you please help me with the tag to do this. I know how to use an image as a link using <a>.. </a> tag.
    But how to use it as submit button of html..?