I Have a table tag I want it's width to be as I set it even when content is larger.
I used the property style="table-layout:fixed" but then the com=ntent is cut, while I want the cell to include the data in the next line
Code:
<table border="1" width="100%" style="table-layout:fixed" >
	 <col width="60%"/>
 <col width="10%"/>
 <col
...