Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controling width of memo field on web page using PRE tag
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00405037
Message ID:
00405210
Views:
16
I tried that and the PRE tag overrided the column widths. What I did was use the alines() function to parse the memo out line by line. I then scanned the array insertng each line into a table row. Now it looks right.

I had one other problem with spaces. HTML ignores spaces greater than 1. To get around this one, I had to replace the spaces with ' ' using the STRTRAN() function on the array.

Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform