Thank you, I must admit that I didn't know that!
Printable View
Thank you, I must admit that I didn't know that!
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.
Good!
Where did you change it for (what is your html-statement now)?Quote:
Remove this line from our DOCTYPE: <html xmlns="http://www.w3.org/1999/xhtml">
How does your doctype statement look?
Sorry, Not our doctype statement but our <HTML>
Was incorrectly written like this:
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 xmlns="http://www.w3.org/1999/xhtml">
<head>
Although, I think having our ISP involved and calling Norton @ 1.800.695.0678 our resubmission was expedited.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
When I changed it to what you described I got lots of errors and warnings when I validated it with W3.org.
Panhead, you have to write the code in the correct doctype too!
What warnings did you get on validation - which page did you validate?
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.
you have a php error at the moment...
I changed the code according to a W3.org recommendation, but that was not really successful...
It works again, but now with more errors.
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...
Yes, I'm still working on that!