- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
I specify my $TagUrl = 'http://localhost/cgi-bin/wiki.pl?search=tag%3A'; (in tag.pl)
That will perform searching those wiki pages with the same tag.
the followingis my prefer css for tagging extension
the result will be
* Oddmuse: Comments on Tagging Extension
That will perform searching those wiki pages with the same tag.
the followingis my prefer css for tagging extension
a.tag {
text-decoration:underline;
font-weight:normal;
border-style:dotted; border-width:0px;
color:#FF471A;
padding-left: 20px;
background-image: url("http://static.technorati.com/images/bubble.gif");
background-repeat: no-repeat;
background-position: left;
}
text-decoration:underline;
font-weight:normal;
border-style:dotted; border-width:0px;
color:#FF471A;
padding-left: 20px;
background-image: url("http://static.technorati.com/images/bubble.gif");
background-repeat: no-repeat;
background-position: left;
}
the result will be
* Oddmuse: Comments on Tagging Extension
留言