Page 1 of 1

HC Message

Posted: Sat May 30, 2020 4:45 pm
by Yallz
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

Posted: Sat May 30, 2020 7:38 pm
by Myth
is html. what are you trying that doesn't work?

Re: HC Message

Posted: Sat May 30, 2020 10:14 pm
by Yallz
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.

Re: HC Message

Posted: Sun May 31, 2020 3:45 pm
by Nuvelle
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.
You want to be using HTML - so <spanstyle="color:orange;" style> ... </span> will change the words between the tag.

<p style> ... </p> will do the whole paragraph