DNN Modules

15
Here is a good article about customzing FCK Editor. http://www.patrickrenner.com/Home/articleType/ArticleView/articleId/53/Optimizing-the-FCKEditor-f...

[Read the rest of this article...]

12
Change the "groupviewtabs.config" and "profileviewtabs.config" Move the files from \DesktopModules\ActiveSocial\config  to \Portals\(your portal...

[Read the rest of this article...]

Posted in: DNN Modules
28

By Joe

 

i think i did what you want on my private site:   www.wolfsbau.de
See the latest news module on the home page.

Here's what i did:
In the view settings of the latest news module, i applied a css class "HomepageNewsFeatured" to the parent element, containing  the news teaser and the image. In my case this is a table cell tag.

Then i defined the css-properties of the img tag within this td-tag in the Portal stylesheet:

td.HomepageNewsFeatured img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

 

 

[Read the rest of this article...]

Posted in: DNN Modules
 
LatestArticles