Reply
Site won't display in Firefox!
Old 03-14-2007, 08:33 AM Site won't display in Firefox!
Extreme Talker

Posts: 195
http://google.com

In IE its ok but in FF it produces garbled text.

This is the header:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

Is that wrong?

Thanks.

Last edited by Joe3000 : 08-21-2007 at 02:36 PM.
Joe3000 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 03-14-2007, 10:26 AM Re: Site won't display in Firefox!
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Your doctype is fine.

In this case, I think it's in your fading effects. I've seen this once before, and if I remember correctly, it's in that meta tag for the fader that you're using. Take it out, see what happens. Then take the Javascript out temporarily, see what happens.

I'm pretty sure it's one of the two.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 03-14-2007, 01:35 PM Re: Site won't display in Firefox!
Skilled Talker

Posts: 57
Location: Chicago
I think the issue is with the file, probably wrong upload type to the server. Try reuploading the file.
In FF source code looks like:
ÿþ<�!�D�O�C�T�Y�P�E� �h�t�m�l� �P�U�B�L�I�C� �"�-�/�/�W�3�C�/�/�D�T�D� �X�H�T�M�L�
wdwp is offline
Reply With Quote
View Public Profile Visit wdwp's homepage!
 
Old 03-14-2007, 01:51 PM Re: Site won't display in Firefox!
Tom_M's Avatar
Ultra Talker

Posts: 251
Name: Tom Maurer
Location: Pennslvania, USA
Is this page designed using Frontpage?
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 03-14-2007, 02:21 PM Re: Site won't display in Firefox!
blue-dreamer's Avatar
Webmaster Talker

Posts: 696
Location: Middle England
Run your html through a validator - http://validator.w3.org/check?verbos...yardrules.com/ - there are a lot of 'hidden' characters which may have been added when you saved the file. Might be worth running something like HTMLTidy over your html to clean it up.
blue-dreamer is offline
Reply With Quote
View Public Profile
 
Old 03-14-2007, 03:11 PM Re: Site won't display in Firefox!
Banned

Posts: 907
Name: Travel Agent
You've tried doing a website using plain text, and that dog simply won't hunt -- you need to use an HTML Editor; learn HTML and all of the associated syntax.
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 05:31 AM Re: Site won't display in Firefox!
Extreme Talker

Posts: 195
Quote:
Originally Posted by travelagent View Post
You've tried doing a website using plain text
Like Notepad?

edit:

I removed this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

and it loaded fine in FF - the transitions didnt work though but the page dispalyed.

Thanks.

Last edited by Joe3000 : 03-15-2007 at 05:44 AM. Reason: update
Joe3000 is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 10:57 AM Re: Site won't display in Firefox!
Banned

Posts: 907
Name: Travel Agent
Don't use Notepad unless you're hand-coding; you still need to learn HTML and use an HTML Editor -- just the first line in your code shown here, will not produce a website:

ÿþ<�!�D�O�C�T�Y�P�E� �h�t�m�l� �P�U�B�L�I�C� �"�-�/�/�W�3�C�/�/�D�T�D� �X�H�T�M�L� �1�.�0� �T�r�a�n�s�i�t�i�o�n�a�l�/�/�E�N�"�
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 11:18 AM Re: Site won't display in Firefox!
Experienced Talker

Posts: 34
Try to use dreamweaver.

http://www.adobe.com/products/dreamweaver/
__________________
SiSHCO Servers - [ Dedicated Server Provider ]
SiSHCO is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 01:05 PM Re: Site won't display in Firefox!
Extreme Talker

Posts: 195
Quote:
Originally Posted by travelagent View Post
Don't use Notepad unless you're hand-coding; you still need to learn HTML and use an HTML Editor -- just the first line in your code shown here, will not produce a website:

ÿþ<�!�D�O�C�T�Y�P�E� �h�t�m�l� �P�U�B�L�I�C� �"�-�/�/�W�3�C�/�/�D�T�D� �X�H�T�M�L� �1�.�0� �T�r�a�n�s�i�t�i�o�n�a�l�/�/�E�N�"�
Sorry I don't understand.

That code is only displayed when viewing the page in Firefox.
Not IE or notepad.

Do you know why its appearing?
Joe3000 is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 01:35 PM Re: Site won't display in Firefox!
Banned

Posts: 907
Name: Travel Agent
Okay; as of this morning, that was the code displayed -- the site loads now, but when you hit "Enter", you have the same code that I show above.

However; you really should fix the following code warnings on your main page:

Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 48 column 1 - Warning: missing </font> before </td>
line 47 column 1 - Warning: missing </font> before </td>
line 46 column 1 - Warning: missing </font> before </td>
line 51 column 1 - Warning: missing <tr>
line 52 column 1 - Warning: missing </font> before </td>
line 51 column 1 - Warning: plain text isn't allowed in <tr> elements
line 43 column 1 - Warning: <table> proprietary attribute "height"
line 46 column 1 - Warning: <font> attribute "color" had invalid value "616161" and has been replaced
line 47 column 1 - Warning: <font> attribute "color" had invalid value "616161" and has been replaced
line 48 column 1 - Warning: <font> attribute "color" had invalid value "616161" and has been replaced
line 51 column 20 - Warning: <img> lacks "alt" attribute
line 52 column 1 - Warning: <font> attribute "color" had invalid value "616161" and has been replaced
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 01:55 PM Re: Site won't display in Firefox!
Skilled Talker

Posts: 57
Location: Chicago
Did you cut and paste
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

That line doesn't seem to be in plain text. Try adding it again to the front page, but copy it from a different source (and use a different text editor).

Are you editing this on Windows/Mac/Linux?
wdwp is offline
Reply With Quote
View Public Profile Visit wdwp's homepage!
 
Old 03-15-2007, 02:05 PM Re: Site won't display in Firefox!
Extreme Talker

Posts: 184
BTW, you know that FF has a plugin called WebDeveloper rite? It's very powerful. You can display table, form structure, class, id... everything. You can edit css, html,.... on the fly and see the effect. You can also valid your jscript, css, html,... Tons of useful stuff which saves you lots of time.
yellow1912 is offline
Reply With Quote
View Public Profile Visit yellow1912's homepage!
 
Old 03-15-2007, 02:44 PM Re: Site won't display in Firefox!
LadynRed's Avatar
Super Moderator

Posts: 6,403
Location: Tennessee
It has to be coming from his server. I copied the code out of IE and dropped it into a new page on my machine, with a valid DTD, and those garbage characters don't come up. Even w/o a DTD they didn't come up, and FF displays it just fine and dandy
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-18-2007, 10:58 AM Re: Site won't display in Firefox!
Extreme Talker

Posts: 195
I have taken out the doctype so the page starts with <HTML>

It works fine locally but when I upload it some pages still have the garbled text.

Help!

Its putting spaces in between each character in the HTML.

Why?

Last edited by Joe3000 : 08-21-2007 at 02:37 PM.
Joe3000 is offline
Reply With Quote
View Public Profile
 
Old 03-18-2007, 11:43 AM Re: Site won't display in Firefox!
Banned

Posts: 907
Name: Travel Agent
IMO, you have some serious issues understanding HTML syntax structure -- I suggest you start all over and actually learn HTML ... no matter how you think; slice and dice it, or cut it up -- a DOCTYPE Declaration is mandatory, as we've all tried to explain to you.
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-18-2007, 11:53 AM Re: Site won't display in Firefox!
Sydpix's Avatar
Ultra Talker

Posts: 371
Name: Denny
Location: In a can...
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.
__________________
.
++
Ì lðvê †ð hå¢k ¢§§ þhþ åñÐ h†ml ++
Sydpixel.

Last edited by Sydpix : 03-18-2007 at 12:04 PM.
Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 03-18-2007, 11:55 AM Re: Site won't display in Firefox!
Extreme Talker

Posts: 195
I didnt actually make these pages but am trying to fix them.

I can't be re-doing them.

What would cause the code to change to this:

< h t m l >

< h e a d >

< t i t l e >

s y n o p s i s

< / t i t l e >

for the whole document once its been uploaded?
Joe3000 is offline
Reply With Quote
View Public Profile
 
Old 03-18-2007, 12:00 PM Re: Site won't display in Firefox!
WebSavvy's Avatar
Extreme Talker

Posts: 166
Name: Deb
When you're uploading the files to your server are you uploading them via FTP or via the upload form in CPanel?

If you're uploading via the form in CPanel, understand that files will be uploaded in BINARY format by default.

Text (HTML/PHP/SHTML) should be uploaded in ASCII format and not BINARY.
Upload your files again but do this via FTP in ASCII format.

If this is what you have already done, then perhaps the issue is connected to the charset you're using (or lack of one).

If you do not have a charset tag in your document header, try adding one and see if this solves the problem for you.

If not, sorry ... I'm all out of suggestions other than perhaps contact your webhost support team and see if there's some issue related to the server?
__________________
WebSavvy Directory | IHY
WebSavvy is offline
Reply With Quote
View Public Profile Visit WebSavvy's homepage!
 
Old 03-18-2007, 12:04 PM Re: Site won't display in Firefox!
Extreme Talker

Posts: 195
I have been uploading them via FTP and through Internet Explorer (just to try something different).

As FTP I set it to ASCII but it was on binary.
Still aint working.
Joe3000 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Site won't display in Firefox!