<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#333399">
    <br>
    Dear PmWiki users,<br>
    <br>
    I'm  trying to develop a nice skin , but I can't figure out why the
    link to the page itself ("selflink")  always gets a blue color. Even
    while I am defining the style to be red or purple, it is always
    blue.  See for example <a class="moz-txt-link-freetext" href="http://www.sikkepitje.nl/pw/Main/HomePage">http://www.sikkepitje.nl/pw/Main/HomePage</a><br>
    <br>
    Looking in the page source in my browser, the code for the selflink
    is this: <br>
    <br>
    <span role="treeitem" class="nodeLabelBox repTarget "><<span
        class="nodeTag ">a</span><span class="nodeAttr editGroup "> <span
          class="nodeName editable ">class</span>="<span
          class="nodeValue editable ">selflink</span>"</span><span
        class="nodeAttr editGroup "> <span class="nodeName editable ">href</span>="<span
          class="nodeValue editable ">/pw/Main/HomePage</span>"</span><span
        class="nodeAttr editGroup "> <span class="nodeName editable ">style</span>="<span
          class="nodeValue editable ">color: blue</span>"</span><span
        class="nodeBracket editable insertBefore ">></span><span
        class="nodeText editable "><span class=" ">Voorpagina</span></span></<span
        class="nodeTag ">a</span>><br>
      <br>
      I am redefining the class to be red like this: <br>
      <br>
      a.selflink {<br>
          color: red;<br>
      }<br>
      <br>
      Even so the *inline style* style="color: blue" will make the
      selflink always blue, because the inline style gets precedence.. I
      searched al the files in my PmWiki-installation directory , but i
      can't find the definition of this. Where does this come from?
      Where is the inline style color: blue defined? How do I change
      this to my need?<br>
      <br>
      <br>
    </span>with regards<br>
    <br>
    Paul Wiegmans<br>
  </body>
</html>