Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
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?

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

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

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

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.

![]() |
![]() |
![]() |

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