Forum Moderators: open
Is that because Expression 2 is relatively new or nothing to do with it? The validation also highlights errors - ie. missing " but when I check the web page the " are there...
The Expression file begins:-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- #BeginTemplate "template.dwt" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Is it usual to expect 117 errors? or do I need to make modifications
I don't have Expressions. I'm on a Mac using Textwrangler. In preferemces you should find settings for saving and opening files in your editor. In Textwrangler I have the choice to save as "unicode (utf-8)", and "unicode (utf-8 no BOM)". If you change it and keep getting the warning for the same file, just copy and paste to a new file saved properly and give that file the old name.
As for the 117 errors, well, it's possible to get down to 0. I fix every error on the W3C validator, and bring my pages down to 0 errors. I am, as my Mexican co-workers never tire of pointing out, "pendejo", and If I can do it, anyone can !
It really is important to eliminate these errors, because it's hard to troubleshoot CSS when there are errors in the HTML.
[edited by: commanderW at 12:19 am (utc) on Jan. 10, 2009]
The validation highlights errors in yellow I think - ie. missing " but when I check the web page the " are there... and there are numerous 'errors' of that type.. I just don't know where to go with that....
I think it was discussed a while ago in the WYSIWYG forum - [webmasterworld.com...]
/Steve
1. which one of these validation types should I be aiming for?
I recommend html 4.0 strict (or even transitional if you must) in most cases. See this discussion Why most of us should NOT use XHTML [webmasterworld.com]
2. WC3 tells me that a " is missing on line number xyz but when I look there the " is NOT missing... how do I rectify that?
If this is the first error in the report and not the result of an error cascade, then know that there IS a missing " mark. Maybe you have a double ' mark instead, or maybe you have a curly quote, or maybe you're looking at the wrong part of the line of code. But something is definitely missing.
By the way, missing quote marks can be one of the most problematic errors for search engine indexing, so you really want to get that one fixed.
Should I display the WC3 code and symbol? or does it have no serps value at all?
(I did a quick HTML Strict and I have 40 errors... but hey I did start with 117)