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
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec!, Please donate today
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 haven't really noticed anything, but I may just be remiss....
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.
< >
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
I don't think html is showing correctly here There is actually a way to make NVU stop adding unwanted code automatically?
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
"If you're not part of the solution, you're part of the precipitate."
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?