Add a line feed in query Panel Header (SOLVED)

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
ddumas
Posts: 389
Joined: Tue Apr 23, 2013 11:17 pm

Add a line feed in query Panel Header (SOLVED)

Post by ddumas »

I am trying to add some help text to a query panel header. I would like this text to start on a separate line from the "title" of the query in the panel header. So, I am thinking that if I can add a line feed (I do this in outgoing emails), then the help text will appear on a line below the "title"

I am not an HTML or CSS guy, although I think I have spelled those terms correctly :)

Thanks,
Dave
Last edited by ddumas on Fri Jan 24, 2020 5:27 pm, edited 1 time in total.
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Add a line feed in query Panel Header

Post by aware_support »

You need a custom HTML header. The <br> or <p> tags will do, for example:
My first line
<br>
My second line

or
<p>My first line</p>
<p>My Second line</p>
Aware IM Support Team
customaware
Posts: 2391
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: Add a line feed in query Panel Header

Post by customaware »

Here is a rough example...
QueryHeaderDemo.zip
(38.74 KiB) Downloaded 514 times
Load up QueryHeaderDemo.bsv

In C:\AwareIM\Tomcat\webapps\AwareIM\Custom\CSS create a folder called QueryHeaderDemo (MUST be same as BS name) and place the QueryHeaderDemo.css file in there...

Put under Test.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
ddumas
Posts: 389
Joined: Tue Apr 23, 2013 11:17 pm

Re: Add a line feed in query Panel Header

Post by ddumas »

Perfect, I will try these. thanks!
ddumas
Posts: 389
Joined: Tue Apr 23, 2013 11:17 pm

Re: Add a line feed in query Panel Header

Post by ddumas »

Worked great, thanks!
Post Reply