Hello list, I am creating an html page through php, extracting data from postgresql. The resulting page is showing the completing text in one line. I am not able to find a way to wrap the line to make the age readable on browser without horizontal scrolling. Please help Thanks. Ashok
Sometime Today, OL cobbled together some glyphs to say:
I am creating an html page through php, extracting data from postgresql. The resulting page is showing the completing text in one line. I am not able to find a way to wrap the line to make the age readable on browser without horizontal scrolling.
Are you printing out text/html or text/plain? Are you putting it in a <pre> block or not?
On 22-Feb-07, at 7:49 PM, Philip Tellis wrote:
on browser without horizontal scrolling.
Are you printing out text/html or text/plain? Are you putting it in a <pre> block or not?
unless he pastes the code somewhere no one can help him