Register   Login
     
  Latest Posts  
RE: zoom for images in PA and Simple gallery
by bertrand.duluc on 12/04/2008 5:04 PM
RE: How do I - templates
by cptkoi on 12/04/2008 4:36 PM
RE: Notification on comment and multiple authors
by ba on 12/04/2008 3:29 PM
RE: RSS error in event viewer
by jjovic on 12/04/2008 3:24 PM
RE: conditional testing over [TYPE] or [TYPEID]
by zoulou on 12/04/2008 3:19 PM
RE: Notification on comment and multiple authors
by smcculloch on 12/04/2008 3:18 PM
RE: Notification on comment and multiple authors
by smcculloch on 12/04/2008 3:17 PM
RE: Notification on comment and multiple authors
by ba on 12/04/2008 3:15 PM
RE: Notification on comment and multiple authors
by ba on 12/04/2008 3:11 PM
RE: Notification on comment and multiple authors
by smcculloch on 12/04/2008 3:05 PM
  Forums  
Subject: Tags Screen
Prev Next
You are not authorized to post a reply.

Author Messages
Wes WeisheitUser is Offline
Gold Membership
Nuke Newbie
Nuke Newbie
Posts:8

2/14/2008 9:05 AM  

Is there a way on the tags screen to alter how the links show up.  I have a client that doesn't like the look and just wants a simple list of tags and not the "cloud" look.  Is there a way to format this screen to look like this (without the double space between them):

Cabinets

Doors

Finishes

Lighting

 

Thanks and keep up the good work!!

Gary SteinerUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:21

2/16/2008 8:02 PM  

You might be able to do it with CSS. The tag cloud is in a DIV with a id="tagCloud" and class="tagCloud".  Each individual tag is an anchor tag with a class="weight5".  You could try fixing the width of the DIV or the A (anchor) in the class, though you may get inconsistent results depending on the browser.

 

avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:673

2/17/2008 6:57 AM  
The "inconsistent" results I got (in IE6) were solved by not using margin-bottom:20px for the tag cloud and by not using width:100%. I had this problems with table less containers.
/* Tag Styles */


.tagCloud
{
border:solid 0px #ccc;
padding:3px;
margin-bottom:0px;
text-align:justify;
font-family:Arial, san-serif;
line-height: 160%;
}

.tagCloud a:link, .tagCloud a:visited, .tagCloud a:active, .tagCloud a:hover
{
text-decoration:none;
margin:1px;
text-transform:lowercase;
font-weight:bold;
}

.tagCloud A:hover
{
text-decoration:underline;color:white;
}

.tagCloud a:link.weight1, .tagCloud a:visited.weight1, .tagCloud a:active.weight1, .tagCloud a:hover.weight1
{
font-size: 18px;

}
.tagCloud a:link.weight2, .tagCloud a:visited.weight2, .tagCloud a:active.weight2, .tagCloud a:hover.weight2
{
font-size:19px;color:#acacac;
}
.tagCloud a:link.weight3, .tagCloud a:visited.weight3, .tagCloud a:active.weight3, .tagCloud a:hover.weight3
{
font-size: 16px;color:#d5d5d5;
}
.tagCloud a:link.weight4, .tagCloud a:visited.weight4, .tagCloud a:active.weight4, .tagCloud a:hover.weight4
{
font-size: 13px;color:#d9d9d9;
}
.tagCloud a:link.weight5, .tagCloud a:visited.weight5, .tagCloud a:active.weight5, .tagCloud a:hover.weight5
{
font-size: 12px;color:#003366;
}

Avi A
Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
You are not authorized to post a reply.
Forums > Modules > Simple Gallery > Tags Screen



ActiveForums 3.7