|
|
Subject:
Web Site Programming
Category: Computers > Programming Asked by: bigdumps-ga List Price: $5.00 |
Posted:
02 Sep 2003 08:46 PDT
Expires: 02 Oct 2003 08:46 PDT Question ID: 251421 |
My website www.rembrandtyard.com has a randomly spewed out line of code at the very bottom. Try as I might I can't get the damn thing to disappear. I'm coding in Dreamweaver and posting with yahoo web hosting. I want the page to load as it's supposed to without the line of random letters at the bottom of the screen | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Web Site Programming
From: slawek-ga on 02 Sep 2003 09:02 PDT |
It looks like maybe you are using the wrong protocol for the transfer? Make sure you upload using just plain old Ascii, without any extras. Maybe try using a different program for the upload? If that doesn't help, try saving the file, and opening it with notepad. If the line is there, some settings are off in your dreamweaver. If you could do what I suggested, and post the results, maybe I will be able to help you better... |
Subject:
Re: Web Site Programming
From: bigdumps-ga on 02 Sep 2003 13:12 PDT |
I'm uploading it through yahoo web hosting right online. THere is no intermediate program I"m using to upload. Also what is notepad? I'm on a macintosh and have never heard of that piece of software. |
Subject:
Re: Web Site Programming
From: leonardo3791-ga on 02 Sep 2003 17:19 PDT |
Notepad is the default text editor in Windows. You can use any text editor that you have access to. |
Subject:
Re: Web Site Programming
From: hobbes1220-ga on 03 Sep 2003 03:48 PDT |
That's a mime header, folks. No idea why the yahoo server is inserting it. Call yahoo tech support. Might also try messing around with different file extentions, to see if server handles the differently. Did you try what mvguy suggested? It might work, since the mime header is being inserted right before the site statistics code is inserted.. maybe the mime header is actually stuck on top of the statistics code, if you know what I mean. Here's a short term solution, which doesn't solve the problem, but hides it: Put <!-- as the last text in your document. After </html>. This is a comment tag. Web browsers ignore anything inside comment tags, (with certain exceptions,) so, opening a tag there puts the mime header "inside" a comment, thus hiding it. =) But yeah, this seems to be yahoo's fault. Hope this helps. |
Subject:
Re: Web Site Programming
From: flegmatik-ga on 30 Sep 2003 01:31 PDT |
Move those META tags out of SCRIPT and place it under HEAD (like http-equiv). |
Subject:
Re: Web Site Programming
From: politicalguru-ga on 02 Oct 2003 07:31 PDT |
Dear Donovan, Good that everything worked out. You may not be aware of it, but despite giving a helpful advice, MVGuy was not paid for this answer, because you haven't authorised him to do so. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |