Closed (duplicate)
Project:
LinksDB
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2007 at 20:16 UTC
Updated:
9 May 2009 at 16:49 UTC
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
Comment #1
nancydru#83724: need to theme linksdb
I will be providing a conversion function to the Web Links module, which already has this and much more.