Latest Featured Articles
New two columns valid skin package.
Posted at:Wednesday, October 29, 2008 Viewed:(94)times. "Hi,I would like to announce our new skin package, "Nukedesigners two columns for dotnetnuke."The va..."....Read more....
Takeslides at photobucket.
Posted at:Saturday, August 16, 2008 Viewed:(274)times. "Hi All! I'm quite excited to share here that "takeslides" was just added to the "Photobucket Applic..."....Read more....
Takeslides.com at Orkut and facebook.
Posted at:Saturday, July 26, 2008 Viewed:(354)times. "Well these couple of month were quite overwelming. From the point of launching takeslides at hi5.com..."....Read more....
Takeslides at hi5.com
Posted at:Sunday, June 01, 2008 Viewed:(448)times. "Hi! Just a few hours ago takeslides.com was launched at hi5.com."....Read more....
Takeslides.com is launched!!!
Posted at:Tuesday, May 13, 2008 Viewed:(580)times. "Hi Everyone, I'm glad and excited after quite some long time of silence, (at least at "nukedesigner..."....Read more....
iTune latest RSS slideshow gadget
Posted at:Thursday, February 07, 2008 Viewed:(683)times. "Hi! We have just released our new gadget. It is a slideshow of iTunes latest by all categories. Yo..."....Read more....
Exciting news for Picasa, Photobucket and Flickr users!
Posted at:Tuesday, January 22, 2008 Viewed:(828)times. "TURN your RSS buttons at the  bottom of any of your albums pages to a beautiful slideshow withi..."....Read more....
"Announcements" new feature in the social bookmarking template
Posted at:Saturday, December 15, 2007 Viewed:(823)times. "Hi! We've added a new  "Announcement" feature to our "social bookmarking template". Please ta..."....Read more....
A new forum as well.
Posted at:Thursday, December 13, 2007 Viewed:(932)times. ""....Read more....
New features: A newsletter and a new catalog
Posted at:Thursday, December 13, 2007 Viewed:(1149)times. "Hi all! I'm excited to announce those two new features. The first is the newsletter which I'm usin..."....Read more....
Support, Tutorials, Articles

"Child links" template tutorial.

OK,

Lets start.

This is the code which you should put inside the "template". (it is in the view options of the module.)

<div id="childlinksbox"> ( this line only is in the HTML Header: )

<div class="childlinks">

<div class="childlinksleft">
<div class="childlinksicon"><a href="[LINK]" >[ICON]</a></div>
</div>

<div class="childlinksright">

<div class="childlinksname">
<a href="[LINK]" >[NAME]</a>
</div>
<div class="childlinkstitle">[TITLE]</div>
<div class="childlinksdescription">[DESCRIPTION] </div>
<div class="childlinkssmall">
<a href="[LINK]" ><span>[NAME]...</span></a>
</div>
    
</div>
 
 </div>

</div>( this line is in the HTML Footer)

Now for the CSS for that code. Again you can try it, and so on. There are other ways to do the same.

Generaly speaking when you want to make sure something works fine, check it in : Firefox, IE7, Opera, Safari and the last one and the most  "fun" one...IE6.

So here is the CSS: (which you can see any way using "developers tool bar")

#childlinksbox
{
       
        background:#FEFEFE;
        padding:3px;

}
.childlinks
{
        margin:6px;
        margin-bottom:0px;
        padding:4px;
        border:1px solid #F9F9F9;
        border-right:0px;
        background:#FDFDFD;

}
.childlinksleft
{
        width:62px;
        float:left;
}
.childlinksicon
{
        margin:0px;
        width:60px;
        height:68px;
        padding:2px;
        border:1px dotted #698495;
        border-top:0px solid #F9F9F9;
        background:#E4E7EA;
}
.childlinksright
{
        margin-left:72px;
        display:block;
        margin-bottom:25px;
}
.childlinksname
{
       
        height:18px;
        line-height:18px;
        text-align:left;
        border-top:0px dotted #003366;
        border-bottom:0px dotted #003366;
        padding-bottom:4px;
        margin-left:14px;
        padding-left:0px;
        background-color:#F8F8F8;
}
.childlinkstitle
{
        float:left;
        width:240px;
        padding:6px 12px 8px 12px;
        text-align:right;
        font-style:italic;
        font-weight:bold;
}
.childlinksdescription
{
        padding: 6px 4px 6px 12px ;
        text-align:justify;
}
.childlinks a
{
        font-size:14px;
            color:#003366;
            font-weight:bold;
}
.childlinks a span
{
        font-size:10px;
            color:#003366;
            font-weight:bold;
            font-style:italic;
            text-decoration:underline;
}

That's it more or less. One more thing: In case you do not have the child links you can put that code into plain fck module, replace the [tokens] with some "real" contentand it will look just the same... Also ...I am using icons with measures of 60px on 68px. Good luck!.

posted @ Saturday, September 29, 2007 8:26 AM by Avi A

comments

Name (required)

Email (required)

Website

Enter the code shown above: