dev@jsftemplating.java.net

Re: JSFTemplating: HTML appears differently on my computer than live

From: Michael Phoenix <michaelandrewphoenix_at_gmail.com>
Date: Fri, 9 Nov 2007 16:16:04 -0800

Ken,

No, I really don't have a clue why it would appear differently when it's in
the java.net environment than it does when I display it directly from my
computer. I don't think that I have the access to mess with the server or
anything outside of the JSFT soecific HTML I looked at the style sheet we
have and it does not seem to have anything to do with underlining or color
for the anchor tag. Adding code to the style sheet to enforce a uniform
color and underlining for the links would be one answer. The problem is that
the only way to "test" the changes would be to check them in and make them
"live" on the Web site. The other possibility is simply putting color and
underline tags in each anchor tag text area. What do you think?

Mike

On Nov 8, 2007 1:58 PM, Ken Paulsen <Ken.Paulsen_at_sun.com> wrote:

>
> Hi Mike,
>
> Did you find an answer to the problem? If you think we should change the
> styles for the page(s), we can do this.
>
> Ken
>
> Michael Phoenix wrote:
>
> 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 &lt;jsftemplating
> root&gt;/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>
>
>