NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: lanmicro on January 30, 2013, 12:32:44 PM

Title: Possible to have multi line browse headers?
Post by: lanmicro on January 30, 2013, 12:32:44 PM
Hi Guys,

I have a column that displays one character.  But the header above it is very verbose.  Like this:   

Stupid Header Title For Customer
                        X

Is ther a way to use multiple rows for the header so I don't waste so much horizontal space.

Like this:

Stupid Header Title
    For Customer
            X

Title: Re: Possible to have multi line browse headers?
Post by: Bruce on January 30, 2013, 09:59:38 PM
if you tick on "allow html in header' for the column, you can insert a
<br/>
to create a line break in the text.

cheers
Bruce
Title: Re: Possible to have multi line browse headers?
Post by: lanmicro on January 31, 2013, 11:19:59 AM
Works great, thanks.