On Feb 12, 7:28 pm, agrissom <[email protected]> wrote: > i am using html that contains the command iframe src= in order to > display the contents of a text file in an iframe within tiddlywiki. > is there any way to get the text that is within the iframe to wrap to > the frame?
I don't think you can get word wrapping when using an iframe to show plain text. By using an iframe to display a file, you are leaving it up to the browser to determine how it should be rendered, based on the file type. In the case of plain text files, the usual handling is to display the file content as-is, with *no* additional processing or re- formatting (i.e., word wrap). -e Eric Shulman TiddlyTools / ELS Design Studios -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

