[pmwiki-users] 2 questions

Hans design at flutesong.net
Tue Feb 15 12:24:17 CST 2005


try this, the order is important too:

a { text-decoration:underline; }
a:link { color:green; }
a:visited { color:green; }
a:hover { color:green; }
a:active { color:green; background-color:black; }

#wikileft a { font-weight: bold; text-decoration:underline; }
#wikileft a:link { color:blue; }
#wikileft a:visited { color:blue; }
#wikileft a:hover { color:blue; }
#wikileft a:active { color:blue; }

question two:

it seems there is a link to Homepage which slipped into the forms html
tag in the skin tmpl file:
<form name='authform' action='/pmwiki/index.php/<a class='selflink' href='http://www.netstreams.org/pmwiki/index.php/Main/HomePage'>HomePage</a>?action=login' method='post'>

remove or move the <a ...> HomePage </a> link

Best, 
~Hans                           




More information about the pmwiki-users mailing list