Forum Moderators: open
<p>An excellent Trance like track with many good synth instruments.
Be sure to also check out his Jenova Remix on his site.</p> Now call me crazy, but I think I lcosed that tag!
It is only a computer program you know. Fortunately we humans are still necessary. And if we continue to write buggy code always will be. I knew there was logic to my mistakes.
Use this link: [validator.w3.org ] and tick the options for Show Outline and Show Source, and PM me the URL of the validator results along with the URL of this thread so that I can find it again, and I'll see if I can spot the error.
A tiny nesting issue in the first few lines can cause a hundred warnings in the validator. When the first snafu is corrected, the rest of the warnings could disappear.
Correct the first error, and revalidate. Correct the next first error, and revalidate. Soon, you're clean.
This is an example of an "error":
<p align="center">
<b><font color="red">New Stuff!</b></font>
</p>
(Should be <b><font ..> ... </font></b>) That'll screw up the rest of the validation and generate the warning you first described.
Use the validator to help you get your code ready for the other programs that will be reading it, and you'll be relieved at how much more secure you become in your next code warrior adventures.
<p>An excellent Trance like track with many good synth instruments.
Be sure to also check out his Jenova Remix on his site.</p>
I'm mostly going through to take out any errors that may have lasted the past two since I stopped using an editor from which I learned how to start all this from.
So if this is my only error, then how come it's an error?
As others said above, the mistake which is causing the parser to generate an error message is probably earlier on the page.