Jump to content
Server Maintenance This Week. ×

Text Area is Ugly


This topic is 8328 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Sure. Get rid of the textarea tag and just use the [FMP-field: Answer] data element. This will display the data, but it will no longer be a form element and can't be edited. If editing is required, a button could load a web page for editing - with the textarea tag.

Link to comment
Share on other sites

I tried that, and the data flys off the screen if the data is entered without line breaks or <br> So there needs to be some sort of way to wrap text within the table for this to work without <textarea>

I have noticed that the <textarea> tag works just fine inside of Netscape, however within Explorer is displays the ugly white text field boxes.

Thanks for the input

Link to comment
Share on other sites

Format your page, or data display area in a table.

<table width=100%>

<tr>

<td>

[FMP-field: Answer]

</td>

</tr>

</table>

You can also set up your database / CDML to allow formatting submitted via the web (returns / spaces) to be kept. I posted comments on doing this a while back (http://www.fmforums.com/ubb/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=22&t=000352).

[ July 03, 2001: Message edited by: dspires ]

Link to comment
Share on other sites

I really appreciate the help, but for whatever reason I simply cannot get my text to wrap inside of my template file once on the web. I have even tried your fix from a while ago:

******

For the text to display on the web, create a calculation field. If the comment field is 'comment', create one called 'comment_html', for instance. It should be a calculation set to: Substitute(comment, "***new paragraph symbol***", "<br>"). In your CDML, the tag will look like: [FMP-field: comment_html, Raw].

****

I think part of the problem is, what if the user who filled in the record via the web, didn't use any returns at all? They filled in the record by just typing non-stop and then submitted. I need the text to then display with returns that fit the template page.

Link to comment
Share on other sites

Is there a better way to display the results of a database without using the <textarea> tag? On one hand I need the <textarea> tag, because it wraps the text so it doesn't fly off the screen. On the other hand, it is quite ugly and sooooo 1995.

I just want the results of [FMP-field: Answer] to show in a regular table, and still wrap accordingly if the entry is too long.

There has to be a way to do this. Anybody?

Thanks

Link to comment
Share on other sites

If you specify the table width in pixels the text should wrap predictably in your web page.

Anecdote:

When I was first developing my companies' web product suite I had a similar problem.....I went round and round in circles before I realised that the text I was using was a continuous string with no spaces! DOH!

laugh.gif" border="0

NB. Anatoli et al, Lasso has the EncodeBreak key word eg [Field: 'FieldName', EncodeBreak] which replaces all the paragraph characters in FMPro fields with <br> is there something similar for CDML? it could be useful here.

Link to comment
Share on other sites

Hello to those have posted to this thread.

My link was dead, because the server went down over the 4th holiday.

Anyway, I have tried the resize by pixel thing (which does work in most cases) but not this one.

The Filemaker entry has no breaks, so for whatever reason the html page doesn't want to wrap them automatically.

Any other ideas?

Link to comment
Share on other sites

The web browser should wrap normal text alright. What kind of entries are you planning for? I wouldn't think that you will normally see entries without spaces like your (no space when submitted) example:

"kjhdsgfjkhgdsakjhfgakdsjhgfhjdsgfkjhsdgakjfhgdsahjfkdjhsfgjkhdsgfhdskfjgdshjfgdksjhfgkdsjgfkjhdsgfkjadhsgfkjsdhgfkjdhsgfkjhdsgfkjhdsgfkjhsdkjhfgkdsajhgfkjhdsgfkjhgdskfjhgdskjhfgds akjhfgkjdhsgfkhjdsgfjkhsadgfkjhgdsakjfhgdasjkhfgkhjsdagfkjhgdskfjhgdskfjhgdsfkjhgdsjkghfdhsgfhjksadgfkjhasdghfjkgdskjhfgsdkajhfgadskhjfgdksjhfgdsajkhgkgfjh" example.

For this forum it looks like there is a return (break) inserted if a single string excedes as specified length. You could look at doing something like that with FMP.

[ July 05, 2001: Message edited by: dspires ]

Link to comment
Share on other sites

Thanks to all have put their two cents worth on this thread. Here is what I have come up with.

The text wrap issue, only seems to occur when there is one long string of text with no spaces or returns at all. Seeing as this rarely occurs in the real world, I will just live with it.

Everything seems to wrap just fine, when the user just types the entry in normally with spaces and returns.

It also seems to work fine if it is copied and pasted into the entry, as long as it is not just one long string of text.

I am taking the other link down for now to work on this some more, but I have saved an example of my findings at the following url.

http://www.atmos.ucla.edu/web/other/bad_text.html

Again, thanks for all the help!

Link to comment
Share on other sites

This topic is 8328 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.