I know the Python parser can parse colored links. But it does so by inserting a text color function in the text stream. What I meant was that the Palm viewer should color links itself. I.e. if it encounters a link function in the text stream it should color the link's text according to user preferences.
Note that that by hardcoding text colors in the text stream, you cannot have a different color for visited and not-yet-visited links. Currently the viewer displays not-yet-visited and visited links by using underlined text and dotted underlined text respectively. Having different colors for links would be far easier for the user to see. Regards -Laurens ----- Original Message ----- From: "Rob OConnor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 2:18 PM Subject: Re: Colored links > > --- "Laurens M. Fridael" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > Now that the viewer supports colored text, it would > > be nice to have colored > > links as well. > > It's there. > The current behaviour is that if the document doesn't > have a <body link="..."> color tag, then it is colored > the same as the text. > Otherwise you have to switch it on via anchor_color > key in your ini. anchor_color can be one of the 16 > basic named colors, or a hex like #44FF33 > _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
