Computing.Net > Forums > Web Development > Validator (Michael)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Validator (Michael)

Reply to Message Icon

Name: BigShow
Date: February 25, 2006 at 20:12:29 Pacific
OS: xp
CPU/Ram: pentium
Product: gateway
Comment:

This question is being posted right after my last one because I might have found my answer but now it poses a new question. I went to validate my code and this is what I came up with.

Error Line 80 column 26: end tag for "TABLE" omitted, but its declaration does not permit this.
</td>
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

Info Line 52 column 14: start tag was here.
<table width="100%" border="0" cellpadding="0" cellspacing="0">


That is my only error. I need to fix this and I have been trying to for hours. Can someone look at my code real quick and see if they can figure it out. I did not forget to close any tables. I was also thinking that some people are just using positioning instead of tables now. Is that a good Idea? Is that done with CSS? Any help qould be greatly appreciated?



Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: February 25, 2006 at 21:28:02 Pacific
Reply:

Which page? I looked at the page you posted in the other post (www.myawds.com) and am finding several errors.

Michael J


0

Response Number 2
Name: Michael J (by mjdamato)
Date: February 25, 2006 at 21:45:49 Pacific
Reply:

1. After your menu table you have a closing TABLE tag then a closing TR then a closing TD. You need to remove the closing TR.

2. The line where you have "essentials..." - there is no closing TD tag

3. After you close the table for the ESSENTIALS section you have a closing TD then a closing TABLE - you need to add a closing TR between them

4. At the very end of the page you have two closing table tags in a row. You need to add a closing TD and then a closing TR between them

Michael J


0

Response Number 3
Name: Michael J (by mjdamato)
Date: February 25, 2006 at 21:53:45 Pacific
Reply:

One last thing. If you are going to advertise that you provide services such as PHP and MySQL you should make sure you are writing them correctly.

It is PHP (all caps) and MySQL (all caps except for the 'y')

Michael J


0

Response Number 4
Name: BigShow
Date: February 26, 2006 at 17:52:40 Pacific
Reply:

Hey Michael, Just wanted to say thanks as always. You have helped me alot over the past year. I have alot to learn but I have learned a lot from this site and you. Thanks.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Validator (Michael)

drop down wont work in firefox www.computing.net/answers/webdevel/drop-down-wont-work-in-firefox/3581.html

JavaScript Validation - Form Action www.computing.net/answers/webdevel/javascript-validation-form-action/125.html

xhtml validation errors using www.computing.net/answers/webdevel/xhtml-validation-errors-using-/1695.html