how to increase table heading size regarding the header text

how to increase table heading size regarding the header text

ASHFAQAHMEDASHFAQAHMED Posts: 6Questions: 0Answers: 0
edited November 2012 in General
Hello,
i am having a little issue regarding the headers, i have more than 23 columns in a table with scrolling, and column text is long, so its gettings like stretch (wraped and splited by words like this

name
of
item

i want to have like this "Name of item"

any suggestion ?

Thanks in advance

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    [code]
    th {
    white-space: no-wrap;
    }
    [/code]

    Allan
This discussion has been closed.