Hi all,
I have some basic hyperlinks (they're tags dynamically generated by Wordpress).
Here's the code that generates them:
<p><?php the_tags('Tags: ', ', ', '<br />'); ?></p>
Everything works in all modern browsers (including IE8). However, in IE7, it looks the same, the link is THERE, with all of the properties EXCEPT the hyperlink functionality...
Any idea why?