Formatting announcements

Community Support for Booked Scheduler
Post Reply
samsamsam
Posts: 2
Joined: Thu Sep 10, 2020 2:14 am

Formatting announcements

Post 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.

User avatar
fzobitz
Posts: 43
Joined: Mon Jul 27, 2020 3:37 pm

Re: Formatting announcements

Post 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.

User avatar
YZone
Posts: 34
Joined: Mon Jul 27, 2020 6:38 am

Re: Formatting announcements

Post 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

Post Reply