Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: changing the visited links color in JEditorpane

    You need to escape the quotes, or the compiler will generate an error. Try the following



    styleSheet.addRule("<style type=\"text/css\">a:visited{color:#000000;}</style>");
  2. Re: changing the visited links color in JEditorpane

    Patience....If you are setting the content type to 'text/html', then this is dependent upon the html you provide. You can try to do so by setting a css style (not sure if this will work with a...
Results 1 to 2 of 2