Re: link colours defeated by stylesheets
amb-Uxr6IM1mbv2TY6FTCsQk+9Bc4/[email protected] (Andrew M. Bishop)
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
Dan Jacobson <[email protected]> writes: > Why offline when we Google's "Next", it never changes colour no matter > how much we refresh? Answer: a conflict of style sheets and FONTs. We > see WWWOFFLE's good intentions are defeated by a "<span class=b>", > e.g., at the bottom of > http://groups.google.com/groups?q=anti+jamming+antenna&meta=group%3Drec.radio.shortwave > click the big blue "Next", and refresh the screen. Note how the little > page "2" link is now differently coloured, but the mighty blue Next is > still blue. We have discussed this before on this mailing list. WWWOFFLE only inserts the HTML from the config file around the <a ...>...</a> HTML. If the contents of that HTML link contain an image or more formatting then there are likely to be problems. You are not limited to the options that are in the config file that comes with WWWOFFLE. This piece of HTML can be edited as you like to try and fight back. For example how about changing the background rather than the font colour and using CSS to do it. This one for example works on the Google page (although it is not particularly pretty). ModifyHTML { anchor-not-cached-begin = <span style="background: #b00000"> anchor-not-cached-end = </span> anchor-cached-begin = <span style="background: #00b000"> anchor-cached-end = </span> anchor-requested-begin = <span style="background: #b0b000"> anchor-requested-end = </span> } -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop amb-Uxr6IM1mbv2TY6FTCsQk+9Bc4/[email protected] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html