Copy link to clipboard
Copied
Hello, guys!
I have a strange problem in Dreamweaver.
When I'm trying to add something before the existing line of code, it just replaces with code I was gonna to add!
You can see it on line 37.
OS X El Capitan 10.11, Dreamweaver CC 2017, 9346.
What could I do? Thanx a lot for your answers!
Are you in overwrite mode and not insert mode?
To check look at the bottom of the document window, and there is a small indicator on the bottom R/H side that should say 'INS' if it says 'OVR' you are in overwrite mode.
Clicking on this indicator allows you to select the mode.
Copy link to clipboard
Copied
Are you in overwrite mode and not insert mode?
To check look at the bottom of the document window, and there is a small indicator on the bottom R/H side that should say 'INS' if it says 'OVR' you are in overwrite mode.
Clicking on this indicator allows you to select the mode.
Copy link to clipboard
Copied
Lower right side of document Window.
OVR = overwrite mode (replaces characters)
INS = insert mode (adds new characters)