(SOLVED) How to create info boxes in the knowledgebase editor

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

(SOLVED) How to create info boxes in the knowledgebase editor

Post by shadedk »

Version of script: 3.1.1
What terms did you try when SEARCHING for a solution: knowledgebase usage

Write your message below:

How do I create those info/warning boxes in the knowledgebase editor, like those I see on this knowledgebase article: https://www.hesk.com/knowledgebase/index.php?article=66 (The red and yellow boxes) :?:

Thanks in advance.
Last edited by shadedk on Mon Aug 10, 2020 12:03 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to create info boxes in the knowledgebase editor

Post by Klemen »

You need to click the HTML code editor icon when writing an article. Here's the code I use:

Code: Select all

<div class="main__content notice-flash">
<div class="notification orange browser-default">
<p>Your text here</p>
</div>
</div>
You can change orange to red, green, or blue to control the style.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

Re: (SOLVED) How to create info boxes in the knowledgebase editor

Post by shadedk »

It works, thanks.
Post Reply