HC Message

Questions and answers for new players. (and old players are welcome too!)
Post Reply
Yallz
Posts: 5
Joined: Thu May 21, 2020 3:06 pm

HC Message

Post by Yallz » Sat May 30, 2020 4:45 pm

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.

Myth
Posts: 54
Joined: Tue Dec 10, 2019 11:56 am

Re: HC Message

Post by Myth » Sat May 30, 2020 7:38 pm

is html. what are you trying that doesn't work?

Yallz
Posts: 5
Joined: Thu May 21, 2020 3:06 pm

Re: HC Message

Post by Yallz » 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.

Nuvelle
Posts: 80
Joined: Wed Dec 11, 2019 9:21 am

Re: HC Message

Post by Nuvelle » Sun May 31, 2020 3:45 pm

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

Post Reply