views:

11

answers:

0

I have a web portal that almost validates XHTML 1.0 transitional. However the featured news section on home page does not validate. I am wondering are there any way to validate this section without breaking functionality. Following is my template: Please tell me if website url needed: Not i added extra space before start and end tags.

< div class="newsWrap">< ul> < li> < a href="[ARTICLELINK]"> < h1 style="height: 90px;">< img border="0" src="/DesktopModules/DnnForge%20-%20NewsArticles/Headline.ashx?c=[CUSTOM:MANSET]&fc=[CUSTOM:COLOR]" alt="[TITLE]" />< /h1> < h2 style="margin-top: 20px;margin-left: 5px;">[HASSUMMARY][SUMMARY][/HASSUMMARY][HASNOSUMMARY][DETAILS:150][/HASNOSUMMARY]< /h2> < div class="laImage">[IMAGETHUMB:200:265]< /div> < span>[TITLE]< /span> < /a> < /li>< /ul>< /div>