Hi! can someone help me customizing how the list of links are displayed ? I saw LinksDB module ouputs a form (collapsable) for each category and then fill it with the the links.
I simply would like to show them in div so i can customize with my css something like this:

<DIV>
  <DIV>category name</DIV>
  <UL>
    <LI><A href="the link url ...">the link title ... </A></LI>
    <LI><A href="the link url ...">the link title ... </A></LI>
    <LI><A href="the link url ...">the link title ... </A></LI>
    and so on .... 
  </UL>
</DIV>

Thanks for your help :)

Comments

nancydru’s picture

Status: Active » Closed (duplicate)

#83724: need to theme linksdb

I will be providing a conversion function to the Web Links module, which already has this and much more.