Results 1 to 7 of 7

Thread: FanUpdate "Post Comment" button problem...

  1. #1
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Arrow FanUpdate "Post Comment" button problem...

    Okay, a recent visitor of my site has notified me that my FanUpdate post comment doesn't work in Safari. So, I tried it out on my Safari and it worked. However, he said it still doesn't work for him :/ Is there a code to fix this or is there a flaw in one of my codes? Here is my site link: click here
    ------------------
    Check out my site here and let me know what you think

  2. #2
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    Anyone???
    ------------------
    Check out my site here and let me know what you think

  3. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    There are a bunch of errors (e.g. </p</center>, and many self closing tags) that might cause the problem. I suggest you validate the page and then check if the problem still occurs. I have Safari 4 and it doesn't work for me.

    Good luck!

  4. #4
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    Oh, jeez.... last time i made a post about validating my page people spoke around me and confused the hell out of me like this first one,
    Code:
    <!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
    Apparently there is a problem with that, but the validator doesn't give me suggests on how to fix it >.< I just don't understand the validator I guess. How would I fix that sentence anyway? :/
    ----------
    By the way, I did get your comment Snookerman. So does that means its the OS, or maybe their browser (not clearing cache or something?)
    Last edited by ModernRevolutions; 03-13-2009 at 11:28 PM.
    ------------------
    Check out my site here and let me know what you think

  5. #5
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Change this:
    HTML Code:
    <title>modernrevolutions&trade;_______________a new spin on things</title>
    <!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head>
    to this:
    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    Good luck!

  6. #6
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    I switched it and now it says it can't be checked :/
    ------------------
    Check out my site here and let me know what you think

  7. #7
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    There are two weird symbols at the very bottom of the page before the "back" and after the "forward" buttons. Remove them.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •