By hmdnawaz on
I have added a CCK field of type text to a content type topic.
When I want to create a content of type topic and write a link in the body field and my additional CCK field, I note that the rel = 'nofollow' adds to the link in the body field but it does not add to the link entered in my CCK field.
What is the problem. What changes should i do to fix the problem.
Any one who knows the solution????????????????
Comments
Link?
can you add a link to see the front end result?
You may have to do a computed field to create a link with the l() object and inserting your text inside.
D6, D7? (D5?)
I have add a link.
I have add a link of google. www.google.com but it does not add the rel attribute.
I am using D6.
Ahmad Nawaz
Acquia Certified Developer
Email: hmdnawaz@gmail.com
Skype: hmdnawaz
Are you outputting the link
Are you outputting the link through the l() function? If that's the case, can you copy and paste what you have? I'm guessing maybe you put it into the wrong array?
I am putting the link with the anchor tag
Like
<a href="www.google.com">Google</a>and using the Filtered HTMLAhmad Nawaz
Acquia Certified Developer
Email: hmdnawaz@gmail.com
Skype: hmdnawaz