PDA

View Full Version : changing Source code


voyager767
01-17-2008, 08:43 PM
I'm using Web Easy 7 Pro. I have discovered there is some source code on one of my pages, and I don't know how it got there. It indicates "site under construction". It's in a registration form I created with a 3rd party, Formlogix. After querying their tech support in order to remove it, they discovered it was on my page. I've since looked at it on line, but I didn't put it there. I had it on an earlier page while trying to get a form to work, but I had since delete that page, before creating my current form. It doesn't show up, but I'm not exactly sure how I got it to not show up. Since then, I looked at the page, viewed the source code in my browser and saw it. Does anyone know how to remove it. My form is at:

http://coastalspeeddating.com/coastal_speed_dating2_006.htm

jefito
01-17-2008, 11:04 PM
Yeah, I saw it. It's in a paragraph tag.

You can do this in the html view.
Right click on the start menu.
Go to my documents, and find your Web Easy program folder.
Open the html folder and find the page that has your form.
Right click on that page once to select it, then choose "open with notepad".

You'll see your page in html. you can go ahead and delete that section of code.
Then, from your ftp, drag and drop the revised page back into your web folder.
If you want to re-upload that page thru web easy, in preview mode, look at the page source and make sure your changes have applied.

<p>
Sorry this page is under construction
</p>