How to make information blocks?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Fautif
Posts: 2
Joined: Fri Nov 22, 2024 5:07 am

How to make information blocks?

Post by Fautif »

Hello everyone,
Tell me, how can I upload my own CSS-styles for the text editor?
I want to make information blocks in the knowledge base, as it is done on the official website HESK. But the text editor, which is installed by default, does not have such functionality. So, to make such a block, I need to upload my own CSS-styles.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to make information blocks?

Post by Klemen »

You can add your own CSS to the head.txt file and it will be included in Hesk pages.

Something like this for head.txt

Code: Select all

<style>
(your CSS here)
</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
Fautif
Posts: 2
Joined: Fri Nov 22, 2024 5:07 am

Re: How to make information blocks?

Post by Fautif »

Should I create this file myself and place it somewhere on the hosting?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to make information blocks?

Post by Klemen »

It is already in your help desk folder; it's included with Hesk.
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
Post Reply