NVU smashing all my code and adding unwanted code

Submitted by ASFx on April 17, 2006 - 10:41pm

Does anyone know of a way to make NVU so it doesnt keep smashing my code and wrapping the lines in odd places, and also adding unwanted code to the beginning and end? I can't find a way to stop it :(

What exactly is it adding? I

What exactly is it adding? I haven't really noticed anything, but I may just be remiss....

Ashes

------

Well, right when i open it

Well, right when i open it and look at the source, it already added this:

And even if i delete it from the source, then look at the "normal" tab, then look back at the source tab, it forced all that code back in again.

Use this

< >
----
R McCue

Warum, warum, ist die Bananae krumm?

I don't think html is

I don't think html is showing correctly here :P There is actually a way to make NVU stop adding unwanted code automatically?

Like I said

type the stuff I told you to or don`t use < > around it. Check the options on N|VU.
I`m guessing it adds <meta ... />
Also what did you originally design it with?
----
R McCue

Warum, warum, ist die Bananae krumm?

I'm having trouble too. I'd

I'm having trouble too. I'd love to be able to turn off a few things. So, as a simple example, I have this as index.php:

<?php include('includes/header.php'); ?>
<!-- START MAIN CONTENT -->
<h2>Some title</h2>
<p> The only text I want the user to edit</p>
<!-- END MAIN CONTENT -->
<?php include('includes/footer.php'); ?>

So, NVU opens this ok, and it looks great in the WYSIWYG, but NVU then adds doctype, html and body tags around my code. So, ya, I'd love to see the option to switch this off in future versions. Is there any sort of bounty system in place for these apps?