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

pbucalo’s picture

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?)

hmdnawaz’s picture

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

luyendao’s picture

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?

hmdnawaz’s picture

Like <a href="www.google.com">Google</a> and using the Filtered HTML

Ahmad Nawaz
Acquia Certified Developer
Email: hmdnawaz@gmail.com
Skype: hmdnawaz