I had this weird issue with dreamweaver once. I would make changes to a document; then right as I uploaded it to my site, It would invert all my my changes.
And another time there had actually been scripts that failed to work because of the way dreamweaver reads and translates code. I had to re-download the script; make the changes in notepad (which I'm getting closer and closer to doing ALL the time), then upload it without opening any thing, (or dreamweaver would somehow change the code)
I'm not sure If you are using DW or -- any -- editor.
Try editing the file in notepad and use a different program to ftp the page.
One thing I noticed right of the bat was the weird spacing in your source code?
Code:
< h t m l >
< h e a d >
< t i t l e > m e n u p a g e < / t i t l e >
< m e t a h t t p - e q u i v = " P a g e - E n t e r " c o n t e n t = " b l e n d t
A resonable deduction:
Fire Fox is reading between the spaces expecting code and because of the space it's adding the question mark symbol between almost every letter.
Take a close look at the page.
Lose the letter spacing in your code.
__________________
.
Village Idiot
Last edited by Sydpix; 03-18-2007 at 01:04 PM..
|