[Invalid] Markup Validation of http://malesopranos.com/forums - W3C Markup Validator
I had a coder make a 'Latest Videos' module in my sidebar. However, he made one error ( it says 15 because there are 15 thumbnails. It's not really an error but it makes my site non-xhtml validated everywhere ).
I guess it's an easy fix but I know very little about this. Here's the template:
Note that a dummy image is used to make thumbnails rounded and that's why there are two divs.HTML Code:<div class="videoBox"> <a href="$tube[link]"><div style="position: relative"><img width="60" height="45" alt="$tube[title]" src="$tube[link1img]" /><div style="position: absolute; width: 60px; height: 60px; top: 0px; left: 0px; background: url(/images/styles/sopranos/style/corners_vid.png) no-repeat;"></div></div></a> </div>







Reply With Quote

.