I'm using this piece of code:
<div class="home_notizia_page_riassunto">
   <?php echo get_the_excerpt();?>
   <a href="<?php echo get_permalink();?>">  <nobr>- <span style="color:red;"> Leggi tutto </span></nobr></a>
</div>
But I get this errore in W3C validator:
Element
nobrnot allowed as child of elementain this context.
I tried to put nobr in many place but the problem still remains the same. Any suggestion?
                        
The
<nobr>tag is deprecated in HTML 5. Use CSSwhite-spaceinstead:From the W3 wiki: