CSS can be very useful but sometimes it can’t be used. In situations like this, the Japanese double space can be used instead. Use the code   if you want to add a double space the same size as one Japanese character.
Category Archives: HTML
HTML Coding in Japanese – The Double Space instead of CSS
Posted by
Glen
on
2015/11/20th
No comments
HTML > Input fields > How to turn off predictive text/autocorrect on iPhones
Posted by
Glen
on
2012/07/05th
No comments
If you are making games, you will sometimes want to turn off the auto correct feature of iPhones.
Just add this text (HTML code) autocorrect=”off” to your input field to turn off the predictive text function of iPhones.
<input type="text" autocorrect="off" />