Page 1 of 1

Formatting announcements

Posted: Wed Sep 22, 2021 8:23 am
by samsamsam
Does anyone have experience of using HTML to format announcements. I tried embedding simple tags such as <b> but they do not work. Do I need to add a header as well? I just want to use bold and bullet lists. Many thanks.

Re: Formatting announcements

Posted: Tue Sep 28, 2021 1:26 am
by fzobitz
Here is one that works: <b>this is a test</b> of a bold announcement

Just make sure you put in end tags.

Re: Formatting announcements

Posted: Tue Sep 28, 2021 6:00 am
by YZone
Hi,
The best way to create the html code is to use a free online code generator, for example: https://qhmit.com/html/online-html-editor/full/
Just type/format your text and then click on ‘source’. Copy this html code into the announcement field.
You can also add a logo into the announcement:
Example:

Code: Select all

<p>This is an image <img alt="Booked Logo" src="http://beta.php.brickhost.com/img/booked.png" style="width: 211px; height: 50px;" />&nbsp;inserted into an announcement!</p>
YZone