HC Message
HC Message
What format is used to write the HC message? It seems to respond to some html but not everything I want it to, any guide you can't point me in the direction of would be wildly useful.
Re: HC Message
is html. what are you trying that doesn't work?
Re: HC Message
I was trying to add borders/cell fill to a table however I think the issue was I was trying to use CSS. However I have seen people do this so there must be a way.
Another issue I encountered was trying to add colour to text using: <hc style="color:orange;">...</hc>
Which doesnt have the intended result.
Thanks for your reply.
Another issue I encountered was trying to add colour to text using: <hc style="color:orange;">...</hc>
Which doesnt have the intended result.
Thanks for your reply.
Re: HC Message
You want to be using HTML - so <spanstyle="color:orange;" style> ... </span> will change the words between the tag.Yallz wrote: ↑Sat May 30, 2020 10:14 pm I was trying to add borders/cell fill to a table however I think the issue was I was trying to use CSS. However I have seen people do this so there must be a way.
Another issue I encountered was trying to add colour to text using: <hc style="color:orange;">...</hc>
Which doesnt have the intended result.
Thanks for your reply.
<p style> ... </p> will do the whole paragraph