i have teh problem when i copy huge sections of text into Dreamweaver, DreamWeaver has no margins..so what happens is that it stretches the page width, resulting in a wide page of text.
what i want to do is to break each line before it crosses the page.
example.
|
|
dafasfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
That line goes through the margine, which creates a wide page.
how can i case it to be like this..:
|
|
dafasfaaaaaaaaaaaaaaaaa|
aaaaaaaaaaaaaaa |
|
Note i used <pre> and <br/>
but the text is so long, it takes me so much time to put a <br/> command in 100s of lines..
is there a quick way to align the text?