ok is there any other solution how i can add a "description" to a related link?
I thought I could do it by using a special character and replace it with some html stuff but i can only put some <br> but no div because i have to close it at the end of the link
Related Links with little description
Hello,
I need a way to add a new textfield to the related links datatype called "description" which shows a litte text under each link.
how can i solve this?
Thanks
It's a compiled datatype. You'd need to get the source to modify it and package your own assembly.
ok is there any other solution how i can add a "description" to a related link?
I thought I could do it by using a special character and replace it with some html stuff but i can only put some <br> but no div because i have to close it at the end of the link
You could try your hand at some jquery
You'd need to create a new C# class and inherit from ApplicationBase.
In the constructor, you'd need to attached to the umbracoPage load event and insert your jquery in the page.
the jquery could add the values you wanted.
is working on a reply...