<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">David,<br>
      <br>
      you are not doing anything wrong. Open your web browser's
      Developer tools and look at the links that were rendered by
      seaside: they contain URL parameters that are unique for every
      render (the part after the ? in the href parameter), so
      technically, the link is never visited, because every time you
      render that page, the URL parameters will be different (this is a
      simplification with edge cases and people can start picking on me,
      but you get the picture).<br>
      <br>
      There are ways to make Seaside use "nice" URLs, but out of the
      box, this is just the way it works.<br>
      <br>
      Joachim<br>
      <br>
      <br>
      Am 14.09.17 um 21:50 schrieb David Pennington:<br>
    </div>
    <blockquote
      cite="mid:4bd1c344ac102f8ce13f983936c3afb7@totallyobjects.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      Hi there. I have a hybrid site where some pages are rendered by
      Seaside (using Instantiations VisualAge) and some are straight
      HTML. In the HTML pages, I use the following in a css:
      <div>
        <div><br>
        </div>
        <div>a:link {</div>
        <div>    color: red;</div>
        <div>}
          <div>and
            <div>
              <div>a:visited {</div>
              <div>    color: yellow;</div>
              <div>}
                <div>This works fine. In my Seaside pages, I use a css
                  method with the same content but the visited links all
                  turn up in a dark red, no matter which colour I say to
                  use. This is the same on all browsers tested across
                  both Windows and Macs Safari, Firefox, Edge.
                  <div>
                    <div><br>
                    </div>
                    Am I doing something wrong?
                    <div>
                      <div><br>
                      </div>
                      David</div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <hr>
      <pre>Message sent using Winmail Mail Server</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          <a class="moz-txt-link-freetext" href="mailto:jtuchel@objektfabrik.de">mailto:jtuchel@objektfabrik.de</a>
Fliederweg 1                         <a class="moz-txt-link-freetext" href="http://www.objektfabrik.de">http://www.objektfabrik.de</a>
D-71640 Ludwigsburg                  <a class="moz-txt-link-freetext" href="http://joachimtuchel.wordpress.com">http://joachimtuchel.wordpress.com</a>
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

</pre>
  </body>
</html>