strange problem gotta be easy, green offered for cure

Discussion in 'Programming' started by klown, Nov 12, 2006.

  1. #1
    Ok not sure whats going on. I started writing some tutorials this morning no PHP for my mother since she is starting a new website and needs to use some. Yep my Mom is a basic webmaster, she generally uses a template system called Net Fusion to make websites, though I'm trying to wean her off of this since most paying customers need something a bit better. Anyhow heres the deal.. My tutorial works in firefox, but in IE (6.0) it simply doesn't display. You can go to the guide index at "http://www.nightbreezeinc dot com/seoandstuff/guides.php"

    The 2 guides that don't work are "Hello World" and "PHP MySQL Database"

    For your notes, there is absolutely no PHP, if you click the "View Source" you'll be able to see the exact source of the file.

    Any ideas?
     
    klown, Nov 12, 2006 IP
  2. duzins

    duzins Peon

    Messages:
    178
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I didn't pay close attention but it could be the javascript in your header. Have you tried removing that and seeing if it helps?

    Also, for your info, it doesn't work in IE7 either. :(
     
    duzins, Nov 12, 2006 IP
    klown likes this.
  3. nicknick

    nicknick Peon

    Messages:
    429
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think it's probably the javascript also. Try specifying a doctype and a type for the script tag. For example type="text/javascript"

    If that still fails, it is probably an error in your script.

    You also have a small problem in your CSS on line 113:
    border-style: 1px;

    That could be causing problems too.
     
    nicknick, Nov 12, 2006 IP
    duzins and klown like this.
  4. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah apparently the javascript was the problem. I forgot I even had that there (I don't use it), I'll need to update these pages to the more updated template version soon that is utilizing includes with better code. Oh well for now I deleted the javascript.

    Thanks for pointing out the CSS problem i've fixed it.
     
    klown, Nov 12, 2006 IP
    duzins likes this.
  5. nicknick

    nicknick Peon

    Messages:
    429
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #5
    no problem. I'm glad you got it working.
     
    nicknick, Nov 13, 2006 IP