Log in

View Full Version : FanUpdate "Post Comment" button problem...



ModernRevolutions
03-12-2009, 12:49 PM
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 (http://www.modernrevolutions.vivid-avenue.net)

ModernRevolutions
03-13-2009, 06:23 PM
Anyone???

Snookerman
03-13-2009, 06:42 PM
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 (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.modernrevolutions.vivid-avenue.net%2Findex.php%3Fid%3D30&charset=(detect+automatically)&doctype=HTML+4.01+Strict&group=0&verbose=1&user-agent=W3C_Validator%2F1.606) and then check if the problem still occurs. I have Safari 4 and it doesn't work for me.

Good luck!

ModernRevolutions
03-13-2009, 11:15 PM
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,

<!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?)

Snookerman
03-14-2009, 06:43 AM
Change this:

<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:

<!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!

ModernRevolutions
03-14-2009, 02:55 PM
I switched it and now it says it can't be checked :/

Snookerman
03-14-2009, 09:13 PM
There are two weird symbols at the very bottom of the page before the "back" and after the "forward" buttons. Remove them.