Page 1 of 1
Re: Links with the rel="nofollow" tag
Posted: Mon Jan 01, 2007 5:27 pm
by Dr.CSS
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?...
Re: Links with the rel="nofollow" tag
Posted: Mon Jan 01, 2007 7:56 pm
by nils73
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
Re: Links with the rel="nofollow" tag
Posted: Tue Jan 02, 2007 6:35 am
by mahjong
At present the rel-attribute is not supported by either cms_selflink
Internal links :
Code: Select all
{cms_selflink page='page_alias' more='rel="nofollow"' text='some text'}
External links : Disable FCKEditor and type directly :
Code: Select all
<a href="http://www.somewebsite.com" rel="nofollow">some text</a>
Re: Links with the rel="nofollow" tag
Posted: Wed Jan 03, 2007 4:21 pm
by nils73
mahjong: I forgot about the more-option. Thanks for pointing that out.
Regards,
Nils