I'm using a third-party form, so I have limited flexibility on the html. One thing I want to do is use an image input
<input type="image" alt="Sign up >" src="???" />
in place of their submit input. I have a button image attached to the page containing the html form. My question is what do I use for the src attribute on the input? I tried using the url when I hover over the attachment name (i.e. download/attachments/6651930/sign_up_button.png), but results in a broken link.
nm, I switched back to input type=submit and specified a fixed WxH with value="", then I set the background-image property on that. Problem solved.
nm, I switched back to input type=submit and specified a fixed WxH with value="", then I set the background-image property on that. Problem solved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.