Re: New pre-processor interface added to Euphoria
- Posted by bernie Aug 04, 2009
- 1402 views
Also, you do not need to put \\ at the end of each line. Just type away and put a blank line in between paragraphs.
Jeremy
When I type in the text area the lines wrap and become all messed up when I Preview what I typed.
Why don't carriage returns always wrap the text ?
By "messed up" do you mean that the lines do not break at the same place you pressed 'Enter'?
That is the way that HTML works. The Space and NewLine character are ignored when it comes to formatting lines. Lines will extend to the edge of your viewing area and this is the way that nearly everyone wants it to work.
However, if you really must have fixed-length lines, enclose your text in triple-braces, as this paragraph has.
The problem is that the web text area that I see when I am entering text is only 68 characters wide.
When I am reading messages on the euforum web text is over 100 characters.