EHTISHAM Posted August 22, 2015 Share Posted August 22, 2015 [attachment=3740:prob1.jpg] why a question mark "?" appears after each text box?? code smthing like this.... <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body><br /> <input type="text" id="t1" onblur="checkt1()" name="txtt1" /><span id="t1Div" class="errorPrint"></span><br /> <input type="text" id="t2" onblur="checkt2()" name="txtt2" /><span id="t2Div" class="errorPrint"></span> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/297896-why-a-question-mark-appears-after-each-text-box/ Share on other sites More sharing options...
Barand Posted August 22, 2015 Share Posted August 22, 2015 Nothing in that code will do it. Do you have any javascript on the page that might be putting them there? Quote Link to comment https://forums.phpfreaks.com/topic/297896-why-a-question-mark-appears-after-each-text-box/#findComment-1519449 Share on other sites More sharing options...
CroNiX Posted August 22, 2015 Share Posted August 22, 2015 What does the css for the class errorPrint look like, which are used in the spans after each input? Quote Link to comment https://forums.phpfreaks.com/topic/297896-why-a-question-mark-appears-after-each-text-box/#findComment-1519461 Share on other sites More sharing options...
Guest MrLeN Posted August 28, 2015 Share Posted August 28, 2015 [attachment=3740:prob1.jpg] why a question mark "?" appears after each text box?? code smthing like this.... <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body><br /> <input type="text" id="t1" onblur="checkt1()" name="txtt1" /><span id="t1Div" class="errorPrint"></span><br /> <input type="text" id="t2" onblur="checkt2()" name="txtt2" /><span id="t2Div" class="errorPrint"></span> </body> </html> There is some kind of invisible character between the ><'s Just deleted them and type >< again. Quote Link to comment https://forums.phpfreaks.com/topic/297896-why-a-question-mark-appears-after-each-text-box/#findComment-1519827 Share on other sites More sharing options...
williamjohnmayer Posted January 14, 2016 Share Posted January 14, 2016 You need to fill in the value of your text. It will become the default value. If you did not have default value it will become symbol. --------------------------------------------------------------------- Graphic artist , photographer and Perth web developer Quote Link to comment https://forums.phpfreaks.com/topic/297896-why-a-question-mark-appears-after-each-text-box/#findComment-1529624 Share on other sites More sharing options...
Muddy_Funster Posted January 15, 2016 Share Posted January 15, 2016 You need to fill in the value of your text. It will become the default value. If you did not have default value it will become symbol. --------------------------------------------------------------------- Graphic artist , photographer and Perth web developer Absolute cobblers. I'm guessing you have some "Required Field" highlighting CSS that is causing the problem. Quote Link to comment https://forums.phpfreaks.com/topic/297896-why-a-question-mark-appears-after-each-text-box/#findComment-1529711 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.