![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've made many of my pages valid but my main page and a few others are still not. There is an image source error though I don't know how to correct it and there are several no script and other errors at the bottom of the page. I'm not sure these can be corrected as they have to do with a counter in one case and an email form in another and the html for each came from my server. If I can fix it, fine, otherwise I'll have to accept the errors I suppose. Thanks, Ed http://www.egoldmidincd.com/ -- http://www.egoldmidincd.com http://www.classicalarchives.com/inspire/gold.html *** Free account sponsored by SecureIX.com *** *** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** |
#3
| |||
| |||
|
|
Main page issues: http://onlinewebcheck.com/?url=http:...ldmidincd.com/ To fix the comment issue (according to the W3C validator), change this See www.doteasy.com for info. --- to this See www.doteasy.com for info. -- Similarly, use <!-- instead of <!--- in your comments. You can fix many of the entity issues by changing & to & in your links. I'd suggest using onlinewebcheck.com because I think it's easier to use and tries to concentrate on the more important issues. -- Albert Wiersch "Ed" <eddy438 (AT) free (DOT) teranews.com> wrote in message news:eddy438-A6E6CA.14024329032006 (AT) free (DOT) teranews.com... I've made many of my pages valid but my main page and a few others are still not. There is an image source error though I don't know how to correct it and there are several no script and other errors at the bottom of the page. I'm not sure these can be corrected as they have to do with a counter in one case and an email form in another and the html for each came from my server. If I can fix it, fine, otherwise I'll have to accept the errors I suppose. Thanks, Ed http://www.egoldmidincd.com/ -- http://www.egoldmidincd.com http://www.classicalarchives.com/inspire/gold.html *** Free account sponsored by SecureIX.com *** *** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** |
#4
| |||
| |||
|
|
In many cases, the problems are in the coding which is not of my making. For example, the Japanese Elgar link is really their link and I don't think it can be changed and still work. Similarly the doteasy comments code which the server warns against changing and I think I need to correspond with them about that. Chances are these are insoluble unless I relegate these links to other pages which I think would deflect the "sins" from my main page. |
|
On the other hand, I think, the problems on another page are easier to solve: http://www.egoldmidincd.com/buddhas.html |
|
Thanks for the Online web check link. I can't really download the .exe files as I'm running a Mac. |
#5
| |||
| |||
|
|
"Ed" <eddy438 (AT) free (DOT) teranews.com> wrote in message news:eddy438-28AC24.06593031032006 (AT) free (DOT) teranews.com... In many cases, the problems are in the coding which is not of my making. For example, the Japanese Elgar link is really their link and I don't think it can be changed and still work. Similarly the doteasy comments code which the server warns against changing and I think I need to correspond with them about that. Chances are these are insoluble unless I relegate these links to other pages which I think would deflect the "sins" from my main page. Hi Ed, You should be able to fix the code they give you, unless they have some automated bot that looks to see that you've got the exact code they gave you. It's a bit "disgusting" that places give you bad HTML and tell you not to change it. If they are going to distribute bits of HTML, why can't they at least fix that? I would definitely say something to them about it. |
|
On the other hand, I think, the problems on another page are easier to solve: http://www.egoldmidincd.com/buddhas.html http://onlinewebcheck.com/?url=www.e...m/buddhas.html On line 14 you have a "mess" (missing quote and '>'): embed src="buddhas.mp3" height="120 width="160"</embed |
|
Thanks for the Online web check link. I can't really download the .exe files as I'm running a Mac. No problem! Albert |
#6
| |||
| |||
|
|
The Japanese link won't quite get me to the right page when I add the amp; so that remains a problem. I think I will put that link on another page. |
| http://onlinewebcheck.com/?url=www.e...m/buddhas.html On line 14 you have a "mess" (missing quote and '>'): embed src="buddhas.mp3" height="120 width="160"</embed This remains a "mess" and the validator now has 9 errors. Maybe I've misunderstood what you were saying. |
#7
| |||
| |||
|
|
"Ed" <eddy438 (AT) free (DOT) teranews.com> wrote in message news:eddy438-495E92.11453531032006 (AT) free (DOT) teranews.com... The Japanese link won't quite get me to the right page when I add the amp; so that remains a problem. I think I will put that link on another page. That's strange... what is the orginal link and what did you change it to? Albert, |
| http://onlinewebcheck.com/?url=www.e...m/buddhas.html On line 14 you have a "mess" (missing quote and '>'): embed src="buddhas.mp3" height="120 width="160"</embed This remains a "mess" and the validator now has 9 errors. Maybe I've misunderstood what you were saying. The current line appears to be this (which still needs fixing): embed src="buddhas.mp3" height="120" width="160"</src |
|
Also, there are still quite a few issues with that page... like the "html" tag on line 10 which should be under the DOCTYPE line. Also the end tag for "html" on line 12. Albert |
#8
| |||
| |||
|
|
That's strange... what is the orginal link and what did you change it to? Albert, I fixed that link although it doesn't yet validate completely. It's here: http://egoldmidincd.com/elgar.html validator finds as follows: Line 35 column 219: end tag for element "A" which is not open. ..._dis=2&wb_co=excitejapan">page</a> on the Japanese Elgar site |
|
The current line appears to be this (which still needs fixing): embed src="buddhas.mp3" height="120" width="160"</src I've gotten this page down to 3 errors all of which are on this line. It seems that I and a lot of others don't understand what the correct form should be and it's still not clear to me. Apparently the closing </src is not wanted but it still doesn't completely solve the problem. |
#9
| |||
| |||
|
|
Ed, don't listen to that guy, he really just wants to sell you his "CSE validator" tool, which isn't a real validator. onlinewebcheck missed several bona fide errors on your home page that could easily be the cause of trouble in some browsers. Plus it reported many false errors on the buddhas page, and completely missed the double "src=src=" on the embed element. The W3C validator has had a lot of improvements, including more intuitive messages and better help. But if you are still uncomfortable with it, a much better alternative than onlinewebcheck is URL:http://www.htmlhelp.com/tools/ |
#10
| |||
| |||
|
|
Ed wrote: In article <122qgep1j2hgr32 (AT) corp (DOT) supernews.com>, "Albert Wiersch" <mrinternetnewsREMOVEUPPERCASETOREPLY (AT) wiersch (DOT) com wrote: "Ed" <eddy438 (AT) free (DOT) teranews.com> wrote in message news:eddy438-28AC24.06593031032006 (AT) free (DOT) teranews.com... http://www.egoldmidincd.com/buddhas.html http://onlinewebcheck.com/?url=www.e...m/buddhas.html On line 14 you have a "mess" (missing quote and '>'): embed src="buddhas.mp3" height="120 width="160"</embed This remains a "mess" and the validator now has 9 errors. Maybe I've misunderstood what you were saying. Ed, don't listen to that guy, he really just wants to sell you his "CSE validator" tool, which isn't a real validator. onlinewebcheck missed several bona fide errors on your home page that could easily be the cause of trouble in some browsers. Plus it reported many false errors on the buddhas page, and completely missed the double "src=src=" on the embed element. |
|
The W3C validator has had a lot of improvements, including more intuitive messages and better help. But if you are still uncomfortable with it, a much better alternative than onlinewebcheck is URL:http://www.htmlhelp.com/tools/ If you're going to validate, use a real validator, not a linter wannabe like CSE. |
![]() |
| Thread Tools | |
| Display Modes | |
| |