I am trying to do some tracking with PPV. I am told to put in some code (from Lead Impact) in my thank you page, where I place code for tracking, and place it before the closing </body> tag. .....So, I right click on my Thank you page or page to put the code in and click on "view source". the "view source" takes me to the html of the thank you pg, where I can enter some html code.... So, I can put the code inside the html of the page easily before the closing </body> tag, but how do I save it? How can I keep this code in my tracking page (Thank you pg)
PPV? I don't know of any acronyms website related that come to that one -- do you mean PPC (pay per click?)... This isn't cable TV. Second, from your question (though I'm having trouble with the broken engrish) you are not grasping how websites work. View source, EVEN if it allows you to edit, is a local/client side operation. Nothing you do from a browser will let you change what's on the SERVER. You want to do that you should have FTP access, download the site, make a backup so if you screw up you can undo your changes, make your changes, and upload any changed files. ... and do NOT use anything that allows you to "edit in place" on a website (some FTP clients and garbage like dreamweaver let you do this) as this is generally a high-risk way of maintaining a website. ... and if it's built with a CMS like wordpress or Joomla, or is a forum software, or anything else that's built on the fly server-side, it's far, far more complex trying to find what file your edit actually goes into, IF it even goes into a file and the site isn't built with a 'templating system' in which case you might have to use said software's built-in editor to do anything. (which usually gets down on it's knees in front of the proverbial equine -- see the steaming pile of horse dung known as "smarty") Really you're just not grasping how any of this works.