Thanks! I think I've almost got it. :D
I'm using some code from this
tutorial, and though I haven't changed the css for the tags, they won't get in there with the other currents.
CODE
.currents {
margin-top: 10px;
color: #9B9B9B;
font-weight: lighter;
text-transform: lowercase;
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
.currents strong, .currentmood strong, .currentmusic .currentlocation, .ljtags strong {
color: #ff66be;
font-weight: bold;
text-transform: lowercase;f
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
.currentmood, .currentmusic, .currentlocation {
color: #9B9B9B;
font-weight: lighter;
text-transform: lowercase;
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
.ljtags {
color: #ff66be;
font-weight: bold;
text-transform: lowercase;
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
.ljtags a, .ljtags a:link, .ljtags a:visited {
color: #9B9B9B;
text-transform: none;
font-weight: lighter;
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
.currentlocation a, .currentlocation a:link, .currentlocation a:visited {
color: #9B9B9B;
text-transform: none;
font-weight: lighter;
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
.currentlocation a:hover, .ljtags a:hover {
color: #ffacdc;
font-weight: lighter;
text-transform: none;
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 7pt;
}
Not sure what the problem is with that.