beechin
Member
Posted 3 years ago #
I created my blog http://www.beechin.com on both a Safari and Internet Explorer browser and they work flawlessly. However, I went to see what it looks like in Firefox, and when I put in http://www.beechin.com, it loads "How to Make a Website" really small in the top left corner for a second and then redirects to http://www.beechin.com/default.php which then shows a 404 error and cannot load. Its weird that firefox is the only browser doing this. Oh and when I type in the link to one of my sub pages (www.beechin.com/?page_id=11) it loads just fine. It's just that main page with the problem. Does anyone have an idea why or how to fix it? Much appreciated!!
thats not what I see in my firefox, at all.
if you look at your source, though, you are missing some important bits at the top of the page.
<meta name="verify-v1" content="Ar2G2PWXORXFGYLYFJOXlPF8GqGk6+S5w9dXUK4vpMY=" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
thats the start of of your front pages's content. youre missing some stuff like :
1. a doctype declaration
2. an opening <head> tag
beechin
Member
Posted 3 years ago #
what are you guys seeing on your firefox browsers?
whooami, thanks for the help! i updated my doctype and added a <head> tag. unfortunately it still isnt pulling up
It loads and displays normally in my Mac Firefox browser, but you still have some serious code errors left.