Buck Anderson - DNN Professor Member Login
May 21, 2012

Article Search  
Article Index

Click to grab the RSS feed for the DNN Professor Article IndexDotNetNuke Tutorials and Articles

We cover a lot of different DNN topics on this site - this article index gives you a pretty good idea of the DotNetNuke tutorials, XMod tutorials, DNN training, DNN hosting, and Internet Marketing subjects we cover for beginners and advanced DotNetNuke users.

The following is a complete index of all articles on this site - presented in the most current to oldest article sequence. You can view categories and search the index by subject.

Check back often for new articles, tips on our Business Directory, or have articles conveniently delivered to your favorite program by clicking the RSS feed icon above.


Share    
19
How to Tighten Your Thumbnail Image Layout In the Live Content Module for DotNetNuke

The other day I had upgraded a client site to the latest version of Live Content (version 1.8.1)

I was very impressed with the new modifications.

Shortly after the upgrade, I received a call from the head of our graphic design department.

Apparently the client was upset that after the upgrade there were spaces between the thumbnail images.

Before upgrade

Live_Content_Before

After Upgrade

Live_Content_After

The first place I checked was the View Options on the Live Content module to ensure that cellpadding and cellspacing were still set to 0.

Live_Content_view_options_1

Live_Content_view_options_2

The values were correct. Then it dawned on me. I had originally modified the default CSS file for the default Live Content theme.

I opened up my trusty FileZilla FTP application and grabbed a copy of the default.css file.

Live_Content_themes

And I made the following modifications:

Before

.highslide img {
    border: 2px solid white;
}
.highslide:hover img {
    border: 2px solid gray;
}

.highslide-image {
    border: 2px solid white;
}

After

.highslide img {
    /*border: 2px solid white;*/
}
.highslide:hover img {
    /*border: 2px solid gray;*/
}

.highslide-image {
    /*border: 2px solid white;*/
}

By commenting out the border styles, problem solved.

Learn more about Live Content module for DotNetNuke

Enjoy,
Buck


Share    

Post Rating

Comments

There are currently no comments, be the first to post one.

Join the Discussion!


Buck Anderson - DNN ProfessorLet us know what you think. Or ask us anything. Or offer your own sage advice.

The only rule: RESPECT THIS HOUSE! Postings that contain abusive language and/or personal attacks will be cheerfully VAPORIZED. One cross word and – POOF! – your well-thought-out post will be gone in a puff of smoke.

          Buck

RSS comment feed RSS feed for comments on this post | Permalink URL

Note: For security, public comments require an Email address (Email will not be published and is also used for your Gravatar image)

Post Comment

Only registered users may post comments.


Copyright 2004 - 2012 by Jive Media Group LLC. All Rights Reserved.  | Terms of Use | Privacy Statement | Email White Listing | Site Map