Forum Moderators: open
There is a "thing" that controls whether the wysiwyg editor writes one of the following html options when you press "enter" on your keyboard:
<p> </p>
<div> </div>
<br>
<br />
This same things decides to reformat your pre-existing html by rearanging it, adding to it and taking away from it. In my case it happens to be adding html body title and head tags to php files, thus driving me crazy.
In my experience this "thing" resides on the client computer, as I've been told this by various wysiwyg editors.
So the question I have are:
what is this thing?
is it modifiable?
how do I get to it?
How's that?