Quote:
Originally Posted by srule_
dont think so beacuse it says this:
I have 30+ errors but they are all this same damn thing and I have no idea what it means.
|
It means that you have no close element on those tags. You need to add a close element, such as what I posted.
For example, <br> has no close element. All HTML tags need to close, so you use <br />... it's self-closing. Same with the INPUT tag.