<table class="magictables"> <tr> <td>DATADATADATADATA....</td> </tr> </table>
table.magictables tr td { overflow: auto; }
<table class="magictables"> <tr> <td><div class="bigdata">DATADATADATADATA....</div></td> </tr> </table>
table.magictables tr td div.bigdata { overflow: auto; }
<table> <tr> <td><div class="bigdata">DATADATADATADATA....</div></td> </tr> </table>
div.bigdata { overflow: auto; }
Originally posted by jank i need to display the data to teh screen sorry if i wasnt clear the <TD width=100> doeant work it only gives me blank cells what i wanted was the to FORCE the data to loop onto another row or line ie. once it hit the end of the cell it would go to a new line and then print out more data and so on so... thought there would be an easy solution but it dont think so im using php(only for a week or two) aswell so is there a function can tie in with the output?