kembreg
05-19-2012, 11:53 AM
I had to add a <span> around a number in order to create up a snippet markup.
<a href="../learn-spanish-reviews.php" class="linkText">
<span itemprop="votes">16</span> reviews
</a>
Attached is an image (IE8)
You will see that the '16' next to the word "reviews" is for some reason lower than the word 'reviews'
I thought the <span> tag was supposed to cause no effect at all.
Why would the <span> tag be affecting the aligment?
Thanks for your help
David
<a href="../learn-spanish-reviews.php" class="linkText">
<span itemprop="votes">16</span> reviews
</a>
Attached is an image (IE8)
You will see that the '16' next to the word "reviews" is for some reason lower than the word 'reviews'
I thought the <span> tag was supposed to cause no effect at all.
Why would the <span> tag be affecting the aligment?
Thanks for your help
David