header text and css
simple problem the text in the header is not modified by the css selector:
css in css file
.td-hdrtext {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
text-align: center;
color: #EBDFE0;
}
source code:
<td width="89%" class="td-hdrtext">This is the header text</td>
I have validated this and this apparently is a parse error but as the selector was constructe inside DW 2019 using the sidebar I do not understand how this happens.
