Felomeno
Member
Hi. I have found that the templates are creating sometimes an "unexisting" <a></a> tag and it causes my style to display incorrectly. The error is just showed to logged in members.
That's the code for /members of my site and it's displaying like this:
Do you have any idea?
It happens in all our styles, including Default Style.
Edit: if you check the source code... the extra <a> tag doesn't exist.
PHP:
<ul class="tabs"><a>
</a><li class="active"><a></a><a href="members/">Most Messages</a></li>
<li class=""><a href="members/?type=likes">Most Likes</a></li>
<li class=""><a href="members/?type=points">Most Points</a></li>
<li class=""><a href="members/?type=staff">Staff Members</a></li>
</ul>
That's the code for /members of my site and it's displaying like this:
Do you have any idea?
It happens in all our styles, including Default Style.
Edit: if you check the source code... the extra <a> tag doesn't exist.
Last edited: