How are you trying to do this?... inside the edit page mode?
Using the CMSMS selflink in page edit mode?
Why are you doing this?...
Links with the rel="nofollow" tag
Re: Links with the rel="nofollow" tag
At present the rel-attribute is not supported by either cms_selflink (taglink) or FCKEditor. It might work with TinyMCE in next version of CMSMS but I agree that it would be a nice-to-have in cms_selflink, not only for "nofollow" but for other reasons as well.
Regards,
Nils
Regards,
Nils
Re: Links with the rel="nofollow" tag
Internal links :At present the rel-attribute is not supported by either cms_selflink
Code: Select all
{cms_selflink page='page_alias' more='rel="nofollow"' text='some text'}
Code: Select all
<a href="http://www.somewebsite.com" rel="nofollow">some text</a>
Last edited by mahjong on Tue Jan 02, 2007 6:44 am, edited 1 time in total.
Re: Links with the rel="nofollow" tag
mahjong: I forgot about the more-option. Thanks for pointing that out.
Regards,
Nils
Regards,
Nils