RemoveLineBreaks: Difference between revisions
(Created page with "<div><div class="line-break-tool"></div><div><br></div><div><textarea id="oldText" rows="12" cols="60"></textarea></div><div><br></div><div><p></div><div><label></div><div><input type="radio"</div><div> name="paragraphs"</div><div> value="para"</div><div> checked></div><div>Preserve paragraphs</div><div></label></div><div></p></div><div><br></div>...") |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <html> | ||
<div class="line-break-tool"> | |||
<textarea id="oldText" rows="12" cols="60"></textarea> | |||
<p> | |||
<label> | |||
<input type="radio" | |||
name="paragraphs" | |||
value="para" | |||
checked> | |||
Preserve paragraphs | |||
</label> | |||
</p> | |||
<p> | |||
<label> | |||
<input type="radio" | |||
name="paragraphs" | |||
value="nopara"> | |||
Remove line breaks with spaces | |||
</label> | |||
</p> | |||
<p> | |||
<label> | |||
<input type="radio" | |||
name="paragraphs" | |||
value="none"> | |||
Remove all line breaks | |||
</label> | |||
</p> | |||
<p> | |||
<button onclick="removeBreaks()"> | |||
Remove Line Breaks | |||
</button> | |||
<button id="clearText"> | |||
Reset | |||
</button> | |||
</p> | |||
<textarea id="newText" rows="12" cols="60"></textarea> | |||
<p> | |||
<button id="copyClip"> | |||
Copy to Clipboard | |||
</button> | |||
</p> | |||
</div> | |||
</html> | |||
Revision as of 13:41, 17 May 2026