Can someone help me with my website?

October 27th, 2013

My website currently works in Firefox perfectly. In google chrome the game “Papas Burgeria” doesnt work (on any website) and in internet explorer 6 7 and 8 every game comes up as the game “4×4”
Can someone help me figure out what I’m doing wrong?
http://midview.net/

Answer #1
Maybe it has something to do with <param name="movie" value="4x4.swf" /> being on every game page.
Answer #2

<object id="flash1" class="auto-style1" [b]data="pacman.swf"[/b] style="width: 800px; height: 600px" type="application/x-shockwave-flash">
         [b]<param name="movie" value="4x4.swf" />[/b]
      </object>

this is in the code for the pacman page, check others and the bolded above is the same in the ones I checked
think 4×4.swf should be the same as “data=”
Answer #3
Alright, I didn’t think to check the HTML for the problem since it worked fine in firefox and chrome, should work now. Does anyone see any more problems with my site?
Answer #4
ElijahKan8 replied: Alright, I didn't think to check the HTML for the problem since it worked fine in firefox and chrome, should work now.
Cross browser compatibility. You must load your website in each browser and see how it looks, then modify your code to work in each browser.
ElijahKan8 replied: Does anyone see any more problems with my site?
I guess this site is still under construction? Because just a quick glance its missing a lot of common items.
No favicon
No contact form
Exposed email address (spam central)
Bad page titles
No common site header
Answer #5
This website was meant for students to use at my high school, that’s just about it.
Answer #6
your 1st site ElijahKan8 ?
not bad
FF uses code the way the International Standard ISO 8879 intended
IE does not, M$ makes their own rules (or have no idea what they are doing)

 

| Sitemap |