Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinkshow to get rid off the space beetween the linkshow to get rid off the space beetween the links
Previous
 
Next
New Post
4/16/2008 2:01 PM
 

hallo,

I havve a vertical links module. The links module it is rendered in a table and the cells containing the link will always have a bottom padding (or margin) of around 18 pixels. I cannot get rid off them. I tried with css but it doesn't respond and I don't know where this margin come from. Does someone has an idea? Thanks

 
New Post
4/19/2008 1:54 PM
 

What you can do is to open Links.ascx (DesktopModules\Links\Links.ascx). Then, you look for a table tag, change cellpadding value. I think the default vaule is 4px. I changed mine to 0. Hope this helps.

 
New Post
4/19/2008 2:20 PM
 

open up the Links.ascx under the DesktopModules\Links folder.

If I remember correctly, by default the cellpadding or cellspacing on the table is set between 3 and 5.

Change the Table under Item Template to this:
<table border="0" cellpadding="0" cellspacing="0">

 

 

 
New Post
4/29/2008 4:20 AM
 

I had a similar problem with a horizontal menu. What worked for me was deleting &nbsp; from Desktopmodules/Links/links.ascx in the following code

<asp:HyperLink CssClass="Normal" Text='<%# DataBinder.Eval(Container.DataItem,"Title") %>' NavigateUrl='<%# FormatURL(DataBinder.Eval(Container.DataItem,"Url"),DataBinder.Eval(Container.DataItem,"TrackClicks")) %>' ToolTip='<%# DisplayToolTip(DataBinder.Eval(Container.DataItem,"Description")) %>' Target= '<%# IIF(DataBinder.Eval(Container.DataItem,"NewWindow"),"_blank","_self") %>' runat="server" />
&nbsp;
<asp:linkbutton Runat="server" CssClass="CommandButton" Text='...' CommandName="Select" Visible='<%# DisplayInfo() %>'/>


www.rjdejong.net
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinkshow to get rid off the space beetween the linkshow to get rid off the space beetween the links


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out