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.
How to make information blocks?
Moderator: mkoch227
Re: How to make information blocks?
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
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 
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


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
Re: How to make information blocks?
Should I create this file myself and place it somewhere on the hosting?
Re: How to make information blocks?
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 
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


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