Sador
Well-known member
Thanks. This works, although it kinda defeats the purpose of what I was trying to do. (actually, I was aiming for something like the following: )It appears this issue happens because of the autolinker BB code built into XenForo. I recommend creating the templates as follows:
template:
Code:<td class="primaryContent test">{{{link}}}</td>
page:
Code:| link=[url=http://www.abc.com]Click Here[/url]
		Code:
	
	<td class="primaryContent test"><a href="{{{link}}}">{{{text}}}</a></td>Ah well, your way works as well. Thanks for the reply.
 
 
		 
 
		
 
 
		 
 
		
 
 
		 
			 
			 
 
		 
 
		 
 
		