I make a webpage which reads text from file and display it into a div
the problem is that div content is wider than the div itself I have tried many codes but it works only if the content is pre-inserted into div

the code i wrote in javascript is this

Code:
<script type="text/javascript" language="javascript">
    srcFrame;
    //External content into a layer
    function loadOuter(doc)
...