Easy way to add anchor links with TinyMCE
Posted: Fri Sep 03, 2010 7:13 pm
				
				Using the base URL tag in your header causes TinyMCE to send you to a 404 page.  The link tag gives you an   This does not work for me.
TIP: After you select the anchor to use add {$page_alias} to the link e.g. {$page_alias}#anchor
The produces the link
			Code: Select all
http://www.example.com/#anchorTIP: After you select the anchor to use add {$page_alias} to the link e.g. {$page_alias}#anchor
The produces the link
Code: Select all
http://wwwexample.com/page-alias#anchor