|
-
May 29th, 2009, 06:50 AM
#31
Thank you, I must admit that I didn't know that!
-
May 31st, 2009, 11:06 AM
#32
Finally, Norton Web Safe has our site listed as safe now!
Took us these four things to accomplish it.
- Remove from our home page a long time <iframe> linking us with t-shirtshopper.com
- Two phone contacts with Norton and three on-line requests to revisited our site.
- Remove this line from our DOCTYPE: <html xmlns="http://www.w3.org/1999/xhtml">
- And then finally had our ISP call Norton to resolve problem.
-
May 31st, 2009, 04:27 PM
#33
Good!
Remove this line from our DOCTYPE: <html xmlns="http://www.w3.org/1999/xhtml">
Where did you change it for (what is your html-statement now)?
How does your doctype statement look?
-
June 1st, 2009, 01:05 PM
#34
Sorry, Not our doctype statement but our <HTML>
Was incorrectly written like this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
And now it is written like this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
Although, I think having our ISP involved and calling Norton @ 1.800.695.0678 our resubmission was expedited.
Last edited by PACAIR; June 1st, 2009 at 01:07 PM.
-
June 1st, 2009, 02:44 PM
#35
When I changed it to what you described I got lots of errors and warnings when I validated it with W3.org.
-
June 2nd, 2009, 04:07 AM
#36
Driver Terrier
Panhead, you have to write the code in the correct doctype too!
What warnings did you get on validation - which page did you validate?
-
June 2nd, 2009, 08:01 AM
#37
I'm improving, I made a test .php file (www.hydra-glide.com/scripts/test_html.php).
Just 3 errors, now trying to find out where they come from, looks as if form the provider.
-
June 2nd, 2009, 09:23 AM
#38
Driver Terrier
you have a php error at the moment...
-
June 2nd, 2009, 10:59 AM
#39
I changed the code according to a W3.org recommendation, but that was not really successful...
It works again, but now with more errors.
-
June 3rd, 2009, 02:48 AM
#40
Well, my provider blocked a couple of sites on the same server as mine and it looks like a big improvement. Let's see for how long...
-
June 3rd, 2009, 04:30 AM
#41
Driver Terrier
-
June 3rd, 2009, 04:46 AM
#42
Yes, I'm still working on that!
Similar Threads
-
By Thunderwind in forum Programming And Web Design
Replies: 5
Last Post: December 20th, 2001, 12:30 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks