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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.