durow Posted June 2, 2005 Posted June 2, 2005 Hi Using FMPro7 Server Advanced on PC When users enter data into a textarea field via the web, all of the returns they make when entering data via the web show up with rectangles at the end of each line within filemaker. Anyone know how to prevent this or at least remove it? Thanks!
Martin Brändle Posted June 4, 2005 Posted June 4, 2005 Could be a problem of the encoding. What happens when you change the two following lines of your XSL stylesheet to UTF-8 encoding? - the first line <?xml version="1.0" encoding="UTF-8"?> - the line with <xsl:output method="html" encoding="UTF-8"/> and remove the <meta http-equiv="content-type" content="text/html;charset=...."/> line?
durow Posted June 27, 2005 Author Posted June 27, 2005 I asked this awhile ago and Martin gave a suggestion. I had other issues so did not have time to address it. The other issues have been solved (thanks to Martin) and now this is becoming a big problem. The first two lines that Martin said to change were already as he stated. I cannot figure out how this line: <meta http-equiv="content-type" content="text/html;charset=...."/> line? is being generated so do not know how to change it. I have attached the addrecord.xsl and the utilities pages that were mostly generated by the site assistant. There seems to be a bug with SA when it comes to textarea fields. Martin helped me change a line of code but other than that it is SA generated code. If anyone could please give me insight into why I am getting little rectangle boxes at the end of each line I would really appreciate it. I just posted this and then tried to add a record via IWP. I get the same rectangle boxes submitting a new record from IWP. Thanks! addrecord.zip
Recommended Posts
This topic is 7090 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now