![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Warrior Member
Join Date: Sep 2008
Location: Pensacola, FL
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
What have I done wrong? If you type in my url or click link to my site in Firefox, the site loads my source code. Seems to work on Internet Explorer.
Recession Proof Your Income Please help. Richard dickie0228 |
|
|
|
|
|
#2 |
|
Active Warrior
War Room Member
Join Date: May 2008
Location: , , .
Posts: 33
Thanks: 2
Thanked 0 Times in 0 Posts
|
I'll take a look, but one quick tip I found when working with FF. Keep an eye out for double dashes "--" within comment blocks, etc. Even "- -" (with spaces) caused an issue in FF. IE tries to take care of you and keep things from blowing, so -- in comments isn't a problem. In FF, putting --, even within a comment block, caused the rest of the code to puke and show on the screen. Again, I haven't at this yet, but maybe this has something to do with your issue of FF.
|
|
|
|
|
|
#3 |
|
Active Warrior
Join Date: Jan 2008
Location: Wales
Posts: 61
Thanks: 4
Thanked 1 Time in 1 Post
|
Looks like your doctype is wrong. It probably becuase you are using html and you are self closing this line:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> Just take the forward slash at the end off. If you have any more trouble i would just run the page through validator.w3.org as you quite a few other errors on that page. |
|
|
|
|
|
|
|
|
#4 |
|
Active Warrior
Join Date: Dec 2007
Location: , , .
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
|
That foward slash shouldn't break the page...
What file extention are you using? The URL is Recession Proof Your Income which would default to index.html or index.htm by default (or .php etc.) but I can't find them? It's possible that the browser isn't rendering the page because it thinks it is plain text - make sure that the file extension matches those which your server is set up to serve (if in doubt trl .html first) Bill |
|
|
|
|
|
|
|
|
#5 |
|
www.eCoverNinja.com
War Room Member
Join Date: Nov 2006
Location: United Kingdom.
Posts: 5,424
Blog Entries: 1
Thanks: 34
Thanked 43 Times in 26 Posts
|
Billy,
I think you're right... the file itself doesn't seem to have an extension. To check this theory add a / after the url - I thought it might have been an index file within a directory, but it doesn't seem to be. Dickie, if you add .htm as the extension using your ftp program it should work in all browsers. Kindest regards, Karl. |
|
Have you missed me? No/Yes (delete as applicable) ;)
WF's prodigal fool returns :) |
|
|
|
|
|
|
#6 |
|
Nate
Join Date: Sep 2006
Location: Massachusetts
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
<style type="text/css"><!--
.headline { font-family: Tahoma, Verdana; font-size: 16pt; font-weight: bold; } --></style> the comments you used here in the stylesheet I believe is your problem. Commenting things out in a stylesheet is different than HTML (you use /*font-weight: bold;*/ instead of the standard <!-- comments) |
|
|
|
|
|
|
|
|
#7 |
|
Nate
Join Date: Sep 2006
Location: Massachusetts
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
I just found out something very strange. I use Firebug to debug in FF and such, and what this is showing is there is an <html></head><body> BEFORE your actual code, lol.. very strange. So what it's doing is it's putting ALL of your code inside of your body.
I would still try to take out the commented out styles first. |
|
|
|
|
|
|
|
|
#8 |
|
Warrior Member
Join Date: Sep 2008
Location: Pensacola, FL
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thank you to all replies. I will try them and let you know.
|
|
|
|
|
|
#9 |
|
Warrior Member
Join Date: Sep 2008
Location: Pensacola, FL
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks all! Turns out it was not uploaded in html, so Firefox did not recognize. It has been repaired.
Check it out: Recession Proof Your Income |
|
|
|
![]() |
|
| Tags |
| code, firefox, loads, site, source |
| Thread Tools | |
|
|
![]() |