Unclosed hyperlink tag
May 15, 2011 at 10:16 PM Thread Starter Post #1 of 2

Yoga Flame

500+ Head-Fier
Joined
May 1, 2010
Posts
813
Likes
52
In the premier sponsor badge template, there is an HTML <a> tag that doesn't get closed. This makes all the text in that person's post become an underlined link to their site. Looks ugly.
 
The current code:
Code:
 <span class="user-badge-vert">Premier Sponsor <a href=...>...</span>
 
Should be changed to:
Code:
 <span class="user-badge-vert">Premier Sponsor <a href="...">...[u][b]</a>[/b][/u]</span>
 
 
Just a minor annoyance. But should be easy to fix. Thanks.
 
May 22, 2011 at 7:27 PM Post #2 of 2
I first noticed this problem some time back:
http://www.head-fi.org/forum/thread/471522/official-grado-alessandro-liberators-carbon-fiber-pricing-announced/150#post_6864965
 
Here's a more recent example. Notice that even the post count and location have also turned into blue links. The underline appears on mouseover.

 

Users who are viewing this thread

Back
Top