You have got something weird going on in the html code for that link. See below:
<li class="page_item page-item-16">
<a title="<a href="http://tbe.taleo.net/NA1/ats/careers/jobSearch.jsp?org=SYMBIOSISRH&cws=1">Job Offers</a>" href="http://symbioserh.net/en/offres-demploi/" style="border-radius: 8px 8px 8px 8px;"></a><a href="http://tbe.taleo.net/NA1/ats/careers/jobSearch.jsp?org=SYMBIOSISRH&cws=1" style="border-radius: 8px 8px 8px 8px;">Job Offers</a>
</li>
Need to remove the nested anchor tags inside the title attribute etc.
Hey there !
Thanks for the reply !
However, I’m not too sure I understand what’s a “nested anchor tag” and what I need to remove that exactly, and where (in the editor ? header.php ?)
Thanks !!!!
Anyone can enlighten me on “what is a nested anchor tag” please ?
Thanks !!!
You basically have an anchor tag inside an existing anchor tags title attribute. The code just needs cleaning up as it is the reason for your error.
Okay I’m getting back on this matter because I can’t figure out WHERE i need to go to clean the code !!
Can’t find anything related to those anchor tags in the headers.php
Seriously this is driving me nuts
anyone could help please ?
Thanks !!
guys I really need help on this one 🙁
Taktik you are writing out a full hyperlink including the anchor tag into the title tag of another anchor tag.
This could be occurring anywhere but the place to start is the template page this is happening on. look for any php code that writes out a title tag and then has code inside that to write out another tag or text from a post.
Very tricky to diagnose over a forum this one though
hey Kwaka750
nice clues, I figured out how to fix it
thanks !!!
Can you let us know what you finally did to solve your problem, then mark the thread as resolved. Thanks.