Word output - links in tables not formatted correctly
Hi! Using RH 2020 and discovered an interesting issue that I can't resolve. When I generate printed output, the links that are in tables are placed in a separate line, as seen in the attached image. This does not happen in my html5 output, which uses the same css, and it does not happen to links that are not in tables. I am using 1 master page, which references 1 css file. CSS is:
a {
display: inline;
color: #01637c;
text-decoration: underline;
}

Has anyone else run into this? Any suggestions are much appreciated.
