how table cell is adjusted to data lenght

admin

Administrator
Staff member
iam displaying a table which exceeds the harizantal window so some of columns containing dates which are split and comming into second row because of the column doesnt adjust to data field lengh. <br />
how can i adjust those columns to fit to data lengh<br />
Date apearing in table cell as <br />
date anotherfields...<br />
-------+----------------+--------<br />
2003-03<br />
-01<br />
.. <br />
..<br />
<br />
Thank U<br />
:-)<!--content-->Add the attribute nowrap inside the td tag:<br />
<br />
<td nowrap>date field here wont wrap, even when it has spaces</td><!--content-->
 
Back
Top