how to increase table heading size regarding the header text
how to increase table heading size regarding the header text
![ASHFAQAHMED](https://secure.gravatar.com/avatar/59747f93a4564f596a6a4e2194c66357/?default=https%3A%2F%2Fvanillicon.com%2F59747f93a4564f596a6a4e2194c66357_200.png&rating=g&size=120)
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
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
This discussion has been closed.
Replies
th {
white-space: no-wrap;
}
[/code]
Allan