ShivaGupta Posted May 23, 2013 Share Posted May 23, 2013 <center><div style="background:blue;padding:7px">xxxxT=xxxxxxx EXP DATE:xx/x/xx</div><center> <b><center><font color=red>*xxxxxxxxxxxxxx</font></b><br><form action="ClickToCall.php" method="post"><label for="to">Mobile</label> <span class="mcode">+91</span> <input name="to" class="jinp min" id="ibse_mobile" value="" maxlength="10" type="mobile"/></script><input type="submit" value="Call"></form><br> <div style="background:blue;padding:4px;color:white" align="center">© powered by xxxxxxxxxxxxxx</div><center> i want to add picture in submit button picture link http://www.schraff.com/sites/all/themes/schraff/images/call-me-icon.png Quote Link to comment Share on other sites More sharing options...
requinix Posted May 23, 2013 Share Posted May 23, 2013 Use a background-image or a (which supports more than just strings for button labels). Also, Invalid "type". Quote Link to comment Share on other sites More sharing options...
ShivaGupta Posted May 23, 2013 Author Share Posted May 23, 2013 Use a background-image or a <button> (which supports more than just strings for button labels). Also, <input name="to" ... type="mobile"/>Invalid "type". can u modify my form because i dont understand Quote Link to comment Share on other sites More sharing options...
Solution buzzycoder Posted May 23, 2013 Solution Share Posted May 23, 2013 (edited) See the your image link text in the code on second-last line.Add your image location there.Hope it helps you! <center> <div style="background:blue;padding:7px">xxxxT=xxxxxxx EXP DATE:xx/x/xx</div><center> <b><center> <font color=red>*xxxxxxxxxxxxxx</font></b><br> <form action="ClickToCall.php" method="post"> <label for="to">Mobile</label> <span class="mcode">+91</span> <input name="to" class="jinp min" id="ibse_mobile" value="" maxlength="10" type="mobile"/> </script> <input type="image" src="your image link" value="Call"></form> <br> <div style="background:blue;padding:4px;color:white" align="center">© powered by xxxxxxxxxxxxxx</div><center> Edited May 23, 2013 by buzzycoder Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.