Using Joomla 1.1.2 and YaNC 1.5 beta 2
I'm having a problem with source anchor tags that I'm using in a "table of contents" method to link to destination tags within the same html document being rewritten into other long strings that don't function correctly. Any ideas?
Example:
Original Anchor Tag:
> <a href="#newmembers">New Members</a><br />
Anchor Tag generated into actual newsletter reads:
> <a href="
http://www.fbc-paducah.org/index2.php?option=com_yanc&act=stats&task=click&cid=c4ca4238a0b923820dcc509a6f75849b;c20ad4d76fe97759aa27a0c99bff6710&Itemid=&no_html=1">New Members</a><br />
***** Found the Fix ******
Under Configuration
Changing the Track Links option to "No" allows the source anchor tags to work properly when used with destination anchor tags in the same html document.