- Posts: 41
- Thank you received: 0
w3c validator errors and warning
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
10 years 3 days ago #43784
by mguelmoy
w3c validator errors and warning was created by mguelmoy
Excuse me again,
How can i fix the w3c validator errors???
I have 12 errors and 1 warning in www.sanitary.es
Thanks
How can i fix the w3c validator errors???
I have 12 errors and 1 warning in www.sanitary.es
Thanks
Please Log in to join the conversation.
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
10 years 3 days ago #43786
by mguelmoy
Replied by mguelmoy on topic w3c validator errors and warning
web is
www.sanitary.es
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 days ago #43791
by ivan.milic
Replied by ivan.milic on topic w3c validator errors and warning
In index.php of template , first line:
change to :
this will tell validator you are using html5
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
change to :
Code:
<!DOCTYPE html>
this will tell validator you are using html5
Please Log in to join the conversation.
Time to create page: 0.152 seconds