Richard Edwards posted on December 15, 2004 22:58

If you've been noticing that the modules you are placing inside the Aggregator module are getting cut off on the right side in IE, here's a little remedy.
When you choose the 'Auto Hide Titles' option, your module is rendered within the default 'notitle.ascx' 'no container.ascx' container located in the \portals\_default\containers\_default folder. Open up 'notitle.ascx' 'no container.ascx' in a text editor and you'll see that the table width is set to '100%'. When I changed mine to '99%', the right border of my content pane seemed to behave properly and not extend beyond the enclosing
, giving me a clean right border and showing my content pane style properly.