Is it a known problem that CSS or HTML can be defective to random places used in code?
While typing a little faster, I sometimes type ALT + SPACE instead of SPACE (for the longest time before the curling braces).
Is it possible to have all the alternative spaces (which are invisible eyes, but not for code) standard space sign?
You can create your own custom key map, just click ~ / Library / KeyBindings < By creating a file under / code>, named
DefaultKeyBinding.dict
. The file should have the following lines for your purpose:
Additional Links:
- www.erasetotheleft.com / post / mac-os-x-key-bindings / < Li> www.cocoabits.com/KeyBindingsEditor/Manual/index HTML (GUI Tool)
About your HTML problem
This can actually contain characters in non-ASCII HTML or CSS, but using incorrect character sets can have undesired display effects. Without knowing the specific context, I can not give any concrete diagnosis about it.
Sorry for the unclickable link, but I do not have permission to submit more than one due to my rank number.
Comments
Post a Comment