Rick
I tried to add a black border to the Content Pane. It works, but only for the table, not for the cells.
On the test page
http://www.eguina.ch/ModuleTests/tabi... I have the border I want. It's the same source code as on the customer site
http://www.eguina.ch/ModuleTests/tabi..., but there I can't see a border. Is this because of the different skins?
Also, I worked with the ascx-file I have in use and tried to add the CSS you sent me before and I was not able to make it work.
Where do I have to add the CSS in the ascx-file I listed below?
---
<tr class="EMContainerColour2">
<td class="flex-container-tl-dgrad trans-png"><img src="<%= SkinPath %>images/spacer.gif" height="33" width="14" alt="" /></td>
<td class="flex-container-t-dgrad trans-png">
<div class="flex-container-action"><dnn:ACTIONS runat="server" id="dnnACTIONS" ProviderName="DNNMenuNavigationProvider" ExpandDepth="1" PopulateNodesFromClient="True" /></div>
<div class="flex-container-title"><h1 class="EMContainerTitleFontSize2"><dnn:TITLE runat="server" id="dnnTITLE" CssClass="EMContainerTitleFontColour2 EMContainerTitleFontFamily2 EMContainerTitleFontSize2" /></h1></div>
<div class="flex-container-visibility"><dnn:VISIBILITY1 runat="server" id="dnnVISIBILITY1" MinIcon="images/minimize-colhead.png" MaxIcon="images/maximize-colhead.png" /></div>
<div class="flex-container-help"><dnn:ACTIONBUTTON5 runat="server" id="dnnACTIONBUTTON5" CommandName="ModuleHelp.Action" DisplayIcon="True" DisplayLink="False" /></div>
</td>
<td class="flex-container-tr-dgrad trans-png"><img src="<%= SkinPath %>images/spacer.gif" height="33" width="14" alt="" /></td>
</tr>
---
Thank you again for your patience,
Freddie