Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controling width of memo field on web page using PRE tag
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00405037
Message ID:
00405210
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform