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 Link to comment https://forums.phpfreaks.com/topic/278332-how-to-add-picture-in-butoon-plz-help/ 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". Link to comment https://forums.phpfreaks.com/topic/278332-how-to-add-picture-in-butoon-plz-help/#findComment-1431901 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 Link to comment https://forums.phpfreaks.com/topic/278332-how-to-add-picture-in-butoon-plz-help/#findComment-1431903 Share on other sites More sharing options...
buzzycoder Posted May 23, 2013 Share Posted May 23, 2013 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> Link to comment https://forums.phpfreaks.com/topic/278332-how-to-add-picture-in-butoon-plz-help/#findComment-1431929 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.