Hard wrapping software should not be used to author wiki markup, because it can put characters in text as a first character in a line. Those character then get special meaning in the wiki markup, although the author did not intend it.
If you use hard wrapping software in conjunction with a wiki you should check the inserted wiki text.
Potential problems occur with
Another example is the line wrapping options in text area fields for browsers (special to Netscape and IE, no HTML standard). Netscape and IE allow hard line breaks like this
:
<form action="textarea_wrap.htm"> <p>soft:<br><textarea name="soft" cols="30" rows="3" wrap="soft"></textarea></p> <p>hard:<br><textarea name="hard" cols="30" rows="3" wrap="hard"></textarea></p> <p>physical:<br><textarea name="physical" cols="30" rows="3" wrap="physical"></textarea></p> <p>virtual:<br><textarea name="virtual" cols="30" rows="3" wrap="virtual"></textarea></p> <p>off:<br><textarea name="off" cols="30" rows="3" wrap="off"></textarea></p> </form>
Welcome Visitor
Log in