I did the updates that I discussed here a few days ago. However, I have one
problem that I cannot figure out. When creating a link through <a> tag the
text is underlined and blue when I display the page through my browser from
the computer. However, when I check in the page and look navigate to it
through the Web site, the underlining and color change doesn't happen.
Anybody know why this is? I know that I could partially fix it by adding
underline and color tags, but would have a heck of a time getting the right
color. The style sheet site.css doesn't appear to effect underlining. Here
are a couple of lines from pageSyntax.html that show this behavior:
<p>The code for each factory may be found at <jsftemplating
root>/src/java/com/sun/jsftemplating/component/factory/sun. Javadocs for
this and any other
code may be found at <a href="
https://jsftemplating.dev.java.net/nonav/javadoc/index.html">Javadocs
Index</a>. </p>
<p>You can also create your own components as detailed in this
link <a href="
https://jsftemplating.dev.java.net/doc/UserDefinedComponents.html">User
Defined Components</a>.</p>