I want to use a textbox on WordPress as password, I don't want the text to display after inputting on the textbox. Is there any CSS code I can use to achieve this?
Below code is what I have but the text on the textbox is still visible. Kindly help look into this if there is any mistakes I'm making.
<table border="0" style="background:#ececec" cellspacing="5">
<tr align="left"><td>Email address</td><td><input type="text" size="30" name="name"></td></tr>
<tr align="left"><td>Password</td><td><input type="text" size="30" name="email"></td></tr>
<INPUT type="text" STYLE="color: #FFFFFF;
<tr align="left"><td> </td><td><input type="submit" value="Send" name='submit'><font face="arial" size="1"> <a href="http://www.everythingeloma.com">Everythingeloma.com</a> by Netbuilder Ltd.</font></td></tr>
</table>
</form>