Add link to CMS page from admin panel magento

magento

Solution

You can add relative a link in the product description like this:

<a href="{{store url="page_identifier_here"}}#something">Anchor text here</a>

But in order for this to work you need to allow store (media and skin) directives in the description. This can be enabled from `System->Configuration->Catalog->Frontend->Allow Dynamic Media URLs in Products and Categories`. Set the field to yes and clear the cache.

Problem

How to add link to CMS from product description part with admin panel.

Original source