I want to know how can I set my desired width for all the and in my tables. What happens is that when I declare something like <th> Employee Code </th>, it will separate the Employee and Code and creating two lines. This usually happens when the data is shorter than the table header. I want to make my table go wider when the table data is long and not go taller like what is happening right now. Please help…
I want to know how can I set my desired width for all the
Share
You can enclose the parts that you don’t want broken across the line with a
<nobr> </nobr>tag. The browser will not wrap this part of the text.