This is bad behavior.
It also strips tags, too.
Add me as another request for some way to disable this. It makes it
impossible to use templates and saved code snippets. If I save a part
of page, say the inner portion of a table, to re-use later, when I
open the file in BG all the tr and td tags are automatically stripped
(due, I presume, to them not being enclosed in a table tag). This is
how I discovered this behavior. I wrote a quick program to generate
the inner portion of a table, I wanted to paste this into another
file, but BG stripped all the td/tr tags (and reformatted the
remaining code as well) without asking.
A built-in validator is nice feature, but a built-in auto-correct that
can't be disabled is patronizing to the user and can be a real
impediment to productivity. If it doesn't validate, tell me where and
why and let me decide if it needs to be fixed, don't just silently
whack my code around behind my back.
On Jul 8, 2:58 am, Daniel Glazman <
daniel.glaz...@gmail.com> wrote:
> Le 05/07/11 19:34, a.u.e-g. a crit :
>
>
>
>
>
>
>
>
>
> > Hello,
> > How can I disable the hidden automatic modification of the code when I
> > load html file ?
>
> > Here is why, an example:
>
> > I have an html file which is used by an external PHP file.
> > So the content of this file looks as simple like this:
> > -----
> > <!-- CONTENT EMBEDDED IN PAGE events.php -->
> > <div style="font-size:14px; color:black;font-weight:bold;">My Events</
> > div>
> > <br>
> > <p>Blablabla</p>
> > -----
> > No need of other code (no html, no body... all these are already
> > defined in php file...)
>
> > BUT, when Iopenit with BlueGriffon and go to "Source" view , BG has
> >modifiedit automatically as the following: