|
View previous topic
::
View next topic
|
| Author |
Message |
bradley
Joined: 24 Feb 2004
Posts: 78
Location: Chesterfield, Mo. Suburb of St. louis
|
Posted: Tue Nov 30, 2004 7:17 pm
Post subject: Errors in HTML
|
|
|
I had my code validated and it showed quite a few errors. It seems the following error was the most prevalant.....
Line 35, column 4: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
<p>Many Christians have not read the Bible in it's complete entirety -
I had used FP to edit by page and i use Website Builder to build it. All my paragraphs start with a <p> and end with a </p>
I thought this was the correct way to code...can someone please let me know where this is wrong. _________________ All the Best,
Chris Bradley
Turn Your Ordinary Business Into A Cash-Flow, Money-Making Marketing Machine
Keyword Saturation Report |
|
| Back to top |
|
 |
edburdo
Joined: 14 Jul 2003
Posts: 1760
Location: Bangor, Maine
|
Posted: Tue Nov 30, 2004 8:30 pm
Post subject:
|
|
|
Can you post your site so I can check?
FP produces incorrect HTML quite often. But let me look at your source and I might be able to give more accurate information... _________________ Eric D. Burdo
They Made $6,513 a day With Clickbank Doing This... |
|
| Back to top |
|
 |
bradley
Joined: 24 Feb 2004
Posts: 78
Location: Chesterfield, Mo. Suburb of St. louis
|
|
| Back to top |
|
 |
edburdo
Joined: 14 Jul 2003
Posts: 1760
Location: Bangor, Maine
|
Posted: Wed Dec 01, 2004 12:17 am
Post subject:
|
|
|
First, you have a nice layout...very clean.
I ran your site through HTML Tidy (there is a nice plugin for FireFox that validates the source code of any site I browse... very handy.
It comes up with about 59 warnings and no errors.
Most of the warnings stem from the fact that your document type says the document it XHTML STRICT, yet your code is not valid XHTML. You need to lowecase ALL tags and parameters, and close all tags.
Also, you need ALT text on your image tags.
After that, it looks pretty good, so I would start there, fix that and then try validating again. I would also change your document type to XHTML Transitional, since that is more accepted and a bit easier to validate to. _________________ Eric D. Burdo
They Made $6,513 a day With Clickbank Doing This... |
|
| Back to top |
|
 |
bradley
Joined: 24 Feb 2004
Posts: 78
Location: Chesterfield, Mo. Suburb of St. louis
|
Posted: Wed Dec 01, 2004 5:24 pm
Post subject:
|
|
|
Eric,
Thanks for your help. I was mainly concerned with the content portion of the code. I will go back and check with the person who made the template to see if there is anything that can be done there.
In your opinion, are those errors you are mentioning pretty minor? I assume it will not have any affect on SEO? or not?
Chris _________________ All the Best,
Chris Bradley
Turn Your Ordinary Business Into A Cash-Flow, Money-Making Marketing Machine
Keyword Saturation Report |
|
| Back to top |
|
 |
edburdo
Joined: 14 Jul 2003
Posts: 1760
Location: Bangor, Maine
|
Posted: Wed Dec 01, 2004 7:15 pm
Post subject:
|
|
|
The errors I mentioned should have little to do with the SEO, but it could affect the cross browser part. Your site isn't XHTML compliant (which is the current standard) but it claims to be in the header documents.
Otherwise, I think your pretty safe. _________________ Eric D. Burdo
They Made $6,513 a day With Clickbank Doing This... |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|