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 <[email protected]>
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
> [email protected]
> 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.
>
_______________________________________________
gnucash-user mailing list
[email protected]
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.