Hi
When I have a file that echoes some stuff and I press view source
and copy paste the source and manually makes this to a .txt file
Something different happening somewhere comapred to if I have
ob_start() //before the content
ob_get_contents and file_put_contents //after to make the text file.
I' do get a text file. It looks the same. the content is the same as my manually made.
But when I load it with ajax in to my div only the manually made is scrollable.
the scroll is made with .js
What is going on here?