Could someone please be so kind and tell me how I can hide the value of button without using CSS (I do not know how to use CSS)?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A great hack to removing text from nodes is using
text-indent:This will hide the text in a screen-reader safe manner.