[GNC] Report Style Sheets with un-decorated links?

Vincent Dawans dawansv at gmail.com
Thu Apr 6 22:27:19 EDT 2023


Tommy:

I only know how to do it with the CSS style-sheet, so you have to pick that
one in your report option.

But first to edit the stylesheet, go to Edit - Stylesheets, then select
CSS-based stylesheet and click on Edit.
Then add the following to the very bottom. The first part removed the
underline, the second the italic and color.

a:link {
  text-decoration: none; /* removes the underline from links */
}

a {
  font-style: normal; /* removes the italics from links */
  color: black; /* removes the blue color from links*/
}

Sincerely,

Vincent Dawans




On Thu, Apr 6, 2023 at 4:34 PM Tommy Trussell <tommy.trussell at gmail.com>
wrote:

> Is there any way to define a report Style Sheet so that links work AND they
> are not underlined or italicized?
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


More information about the gnucash-user mailing list