Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×When using a selector like
th>tr {
font-size:bold;
}
in a CSS Stylesheet macro, it is rendered to
<style>
tr>th {
font-size:bold;
}
</style>
which apparently makes no sense at all.
Is there any workaround using the greater than symbol except using the HTML macro instead of the CSS Stylesheet macro?
Don't know what a "CSS Stylesheet macro" is, but if it fails to preserve css markup, then it's pointless?
If you use a regular HTML macro, it'll work just fine, and would be the intended way. I do not see any need for any "CSS Stylesheet" macro if all it does is wrapping your input in style tag and failing to preserving control characters.
<style>
th>tr {
font-size:bold;
}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just realized that the CSS Stylesheet macro is a customer specific macro...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.