Oh. I looked for quite a while and didn't find anything. The workaround I was considering was to just list the links to the tags in my links list. It does take the convenience out of the tags option though.
It can be done with a plus account, I'm using a drop down list in my other account. This is what you do:
Choose an empty free text box, and paste in the following code:
Make sure to include your own username, and to name and to give the name of the tags you're using (anywhere you see 'name' in the code). Drop-down tags code was done by snubbly.
Comments 7
Personally, I couldn't find anything for a list (was looking last week), but the drop down tags made a great substitute.
Reply
And the account is plus, not paid, so I can't fool around with layers.
I was really hoping there was a silly little option i missed somewhere.
Reply
Reply
Choose an empty free text box, and paste in the following code:
Make sure to include your own username, and to name and to give the name of the tags you're using (anywhere you see 'name' in the code). Drop-down tags code was done by snubbly.
Reply
.sidebox #tags_sidebox a:link, .sidebox #tags_sidebox a:active, .sidebox #tags_sidebox a:visited { display: block; }
.sidebox #tags_sidebox a:hover { display: block; }
#tags_sidebox a { display: block; }
#tags_sidebox { height: auto; overflow: auto; font-size: 0; }
I think. I've got an SS on a free account and I've got my tags as a list, not drop-down or a cloud. IIRC, it's the display: block that does it.
Reply
ohwell.
Reply
Leave a comment