when i am validating my html page there are no errors but there is a warning which reads
trimming empty <span>
i have removed any white spaces and tabs however i get the same warning, following is my code
=============================
<div class="clip"><a class="popups" href="http://www.website.com/filename.html" title="title" rel="images/Jh2TiTNkz7o.jpg"><span style="float: left; margin: 0 10px 0 0; width:55px; height:41px; background: transparent url( http://website.com/images/sprite1.gif) no-repeat -10px -10px"></span></a><a class="popups" href="http://www.website.com/filename.html" title="title" rel="images/Jh2TiTNkz7o.jpg">Link name</a></div>
=============================
please advice
thanks
|