sbradley Posts:6
 |
| 11/19/2008 9:50 AM |
|
<table cellspacing="10" cellpadding="0" border="0" id="dnn_ctr395_wildPortfolio_dlPortFolio"></table> The above HTML is what is rendered to the page when using the module. I have tried to set the cellspacing to 0, because I wanted all styles managed through the css in the template I created. However, when I set cellspacing to 0 in the following html code in wildPortfolio.ascx it is being overridden and I can't find where. Any ides? <asp:datalist id="dlPortFolio" runat="server" cellspacing="0" cellpadding="0" /> Thanks. |
|
|
|
bcasson Posts:88
 |
| 11/19/2008 10:02 AM |
|
Try setting the following to 0 (zero): Horizontal Above Horizontal Below Separator Height |
|
|
|
sbradley Posts:6
 |
| 11/19/2008 2:29 PM |
|
| Where should I be setting those values? |
|
|
|
bcasson Posts:88
 |
| 11/19/2008 3:11 PM |
|
Those values are set in wildPortfolio Settings. Also, are you using templates? The default templates have Cellpadding and Cellspacing values set. |
|
|
|
sbradley Posts:6
 |
| 11/19/2008 3:20 PM |
|
| Ah, gotcha. Didn't see those before. That did it, thank! :D |
|
|
|