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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Zero Gap Between Panes?Zero Gap Between Panes?
Previous
 
Next
New Post
1/26/2009 10:52 AM
 

I have also had problems with a space between my panes and the text/html module. It seems to be a problem with the FCKEditor module and I have not had any luck with a proper solution-just many work-arounds which don't always WORK!

Anyway my contentpane looks like this:

        <td class="contentpane" id="contentpane" runat="server">
            &nbsp;
        </td>

Interestingly when i removed the single space, which is an old habit of using a space as a placeholder I picked up from using dreamweaver, suddenly the gap was closed in Internet Explorer 7 (but not in Firefox)

I hope this helps some of you!

 
New Post
1/26/2009 12:48 PM
 

And what does the contentpane class look like in the CSS?  What does the rendered HTML have?  What did Firebug or any number of web developer toolbars show?

Jeff

 
New Post
1/26/2009 6:06 PM
 

I would forget all your old Dreamweaver habits, especially the older versions did not create very clean  HTML AFAIR.

I guess your problem is caused by FCK wrapping all conten in a <p></p>

So there are two options.

1. Set the margins for the <p> tags to 0

2. Force FCK to use <br /> instead of <p> (Its a setting for FCK, check the FCK site for help)

 

 
New Post
1/27/2009 5:51 AM
 

If you use the <td></td> method for placing content panes in the skin, anything placed between the tags will appear before your content when the page is rendered, so it's best to not put anything between the td's for content panes.  Not sure if that applies to other methods as well or not.

If a content pane has padding applied in the css and it's an empty pane (no content), DNN will NOT fully collapse it; the padding will remain visible.   I haven't tried to remove it using the dnnemptypane class in the skin css files, but that would be one approach.  What I do is set all margins and padding for content panes to zero and apply left and right padding to the containers instead, and since ie has the box model problem, I usually use spacer.gif's for padding instead of the actual css padding.  I don't like to use css hacks because eventually they will become obsolete or not work with new releases, etc.  Anyway, by setting the padding and margins to zero for the content panes in the skin.css file, there is no chance for any browser to have difficulty rendering a collapsed content pane without padding.  Either of those two approaches should help line up your left aligned containers on the home page.

I don't see a difference in the placement of the modules or their content between ie7 and ff3, but ie7 definitely renders the page about 50% wider than ff3, and I'm not sure what to recommend there except checking your skin or possible inline styles for width or padding or maybe even font size settings that are causing ie to render the page substantially wider.

Hope that helps,

Rick


JOHN GIESY
DotNetNuke Hosting Expert

DotNetNuke 7 Hosting $70 /year
DNN4Less.com Team DotNetNuke  

New Post
1/27/2009 5:54 AM
 

rick katzenlieber wrote
 

I don't see a difference in the placement of the modules or their content between ie7 and ff3, but ie7 definitely renders the page about 50% wider than ff3, and I'm not sure what to recommend there except checking your skin or possible inline styles for width or padding or maybe even font size settings that are causing ie to render the page substantially wider.

Oops.  It's the YouTube content in IE7 that causes the page to be so much wider.  When that module is collapsed the page width is the same as ff3.  But, again,  probably something with padding or width settings somewhere that cause that...


JOHN GIESY
DotNetNuke Hosting Expert

DotNetNuke 7 Hosting $70 /year
DNN4Less.com Team DotNetNuke  

Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Zero Gap Between Panes?Zero Gap Between Panes?


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