I am working towards a w3c validated site and have one last error to fix, but I have been unable to do such.
Please let me know if you have seen this before and/or any experience with this. I am using DNN Community 05.02.03 (http://www.dnncreative.com/DesktopModules/ActiveForums/themes/blue/save32.png74). thanks.
Below is the error message I am receiving:
"Line 56, Column 6: end tag for "ul" which is not finished
✉
Most likely, you nested tags and closed them in the wrong order. For example
...
is not acceptable, as
must be closed before . Acceptable nesting is:
...
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the element must contain a child element, lists require appropriate list items ( and require - ;
requires - and
- ), and so on."
thanks again!