REMOVE LINE BREAK
-------------------------------------------------------------------------------------------------------------
COPY AND PASTE BELOW CODE
--------------------------------------------------------------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>FB GADGETS</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style>
</style>
<title>Remove Line Breaks Online Tool</title>
<meta name="description" content="Online tool for removing line breaks from text and html. Many other text tools online.">
<meta name="keywords" content="remove,removing,line,breaks,linebreaks,text,online,tool">
<meta name="robots" content="index,follow">
<link type="text/css" href="./Remove Line Breaks Online Tool_files/thestyle-2014-v3.css" rel="stylesheet" media="all">
<link rel="alternate" type="application/rss+xml" title="TextFixer RSS" href="http://www.textfixer.com/rss.xml">
<!-- code -->
<meta name="viewport" content="initial-scale=1">
<link rel="image_src" href="http://www.textfixer.com/text-fixer-website.jpg">
<script type="text/javascript" async="" src="./Remove Line Breaks Online Tool_files/sf_main.jsp"></script>
<script type="text/javascript" async="" src="./Remove Line Breaks Online Tool_files/ga.js"></script>
<script async="" type="text/javascript" src="./Remove Line Breaks Online Tool_files/ca-pub-2658408605230215.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/ads.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/jquery-2014-10.js"></script>
<script type="text/javascript">
$(function() {
var fbTitle = encodeURIComponent($(document).attr('title'));
if(fbTitle == ""){fbTitle = "Text Fixer - Tools and Tutorials";}
var fbSummary = encodeURIComponent($('meta[name="description"]').attr('content'));
if(fbSummary == ""){fbSummary = "A very handy site to check out.";}
var fbImage = encodeURIComponent("http://www.textfixer.com/text-fixer-website.jpg");
var fbShareUrl = "http://www.facebook.com/sharer/sharer.php?s=100&p%5Btitle%5D=" + fbTitle + "&p%5Burl%5D=" + encodeURI(location.href)+ "&p%5Bimages%5D%5B0%5D="+ fbImage + "&p%5Bsummary%5D="+fbSummary;
$('#share a').attr('href',fbShareUrl);
});
</script>
<script type="text/javascript">
if( window.canRunAds === undefined ){
// adblocker detected, show fallback
//showFallbackImage();
var supportSite = 1;
}
</script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/redirect.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/remove-line-breaks.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/loader.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/sf_preloader.jsp">
</script><script type="text/javascript" src="./Remove Line Breaks Online Tool_files/coupons_support2.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/620531d66a.js"></script>
<script src="./Remove Line Breaks Online Tool_files/extscript"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/saved_resource"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/saved_resource(1)"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/get"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/saved_resource(2)"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/saved_resource(3)"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/int-js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/saved_resource(4)"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/sf_code.jsp"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/loader(1).js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/main.js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/main(1).js"></script>
<script type="text/javascript" src="./Remove Line Breaks Online Tool_files/base_single_icon.js"></script>
<link rel="stylesheet" href="http://www.superfish.com/ws/css/main.css?v=2014.11.11.1.1">
</head>
<body>
<div id="wrapper">
<div id="header"><a href="http://feeds.feedburner.com/textfixer"><img src="/images/subscribe.png" width="43" height="44" alt="Subscribe" id="subscribe"/></a><a href="http://www.textfixer.com/" id="logo">Text Fixer - Website Tools and Tutorials</a></div>
<div id="nav"><ul id="navbar"><li id="home"><a href="http://www.textfixer.com/">Home</a></li><li><a href="/tutorials" title="Web publishing tutorials">Tutorials</a></li><li><a href="/html" title="Online html tools">HTML Tools</a></li><li><a href="/tools" title="Online text tools" id="current">Text Tools</a></li><li><a href="/resources" title="Website resources">Resources</a></li><li id="about"><a href="/about" title="About TextFixer">About</a></li></ul></div><div id="main">
<div id="content">
<h1 id="tools">Line Break Removal Tool</h1>
<div class="adleft">
<form method="post" action="remove-line-breaks.php" class="online-tools">
<h2>Remove Line Breaks</h2>
<p>Paste your text in the box below and then click the button.</p>
<p>The new text will appear in the box at the bottom of the page.</p>
<p class="flat"><input type="radio" id="noparagraphs" name="paragraphs" value="no" checked="checked" /> Remove line breaks and paragraph breaks</p>
<p class="flat"><input type="radio" id="paragraphs" name="paragraphs" value="yes" /> Remove line breaks only (preserve paragraphs)</p>
<p><textarea id="oldText" name="oldText" rows="6" cols="36"></textarea></p>
<p><input type="button" name="Remove-Line-Breaks" value="Remove Line Breaks" onclick="javascript:removeBreaks()" class="frmbtn" /> <input type="button" name="Clear-Text" id="Clear-Text" value="Reset" onclick="javascript:clearText()" class="frmbtn" style="margin-left:30px;color:#666;" /></p>
<h2>New Text without Line Breaks</h2>
<p class="flat">Copy your new text without line breaks from the box below.</p>
<p><textarea id="newText" name="newText" rows="9" cols="36" onclick="javascript:this.form.newText.focus();this.form.newText.select();"></textarea>
</p></form>
</body>
</html>
-------------------------------------------------------------------------------------------------------------
COPY AND PASTE BELOW CODE
--------------------------------------------------------------------------------------------------------------
<html>
<head>
<title>LINE BREAK REMOVER TOOL </title>
<script type="text/javascript" src="http://www.textfixer.com/js/jquery-2014-10.js"></script>
<script type="text/javascript" src="http://www.textfixer.com/js/redirect.js"></script>
<script type="text/javascript" src="http://www.textfixer.com/js/remove-line-breaks.js"></script>
<link href="http://www.textfixer.com/css/thestyle-2014-v3.css" rel="stylesheet"></link>
</head>
<body>
<div id="wrapper">
<div id="header"><a href="http://feeds.feedburner.com/textfixer"><img src="/images/subscribe.png" width="43" height="44" alt="Subscribe" id="subscribe"/></a><a href="http://www.textfixer.com/" id="logo">Text Fixer - Website Tools and Tutorials</a></div>
<div id="nav"><ul id="navbar"><li id="home"><a href="http://www.textfixer.com/">Home</a></li><li><a href="/tutorials" title="Web publishing tutorials">Tutorials</a></li><li><a href="/html" title="Online html tools">HTML Tools</a></li><li><a href="/tools" title="Online text tools" id="current">Text Tools</a></li><li><a href="/resources" title="Website resources">Resources</a></li><li id="about"><a href="/about" title="About TextFixer">About</a></li></ul></div><div id="main">
<div id="content">
<h1 id="tools">Line Break Removal Tool</h1>
<div class="adleft">
<form method="post" action="remove-line-breaks.php" class="online-tools">
<h2>Remove Line Breaks</h2>
<p>Paste your text in the box below and then click the button.</p>
<p>The new text will appear in the box at the bottom of the page.</p>
<p class="flat"><input type="radio" id="noparagraphs" name="paragraphs" value="no" checked="checked" /> Remove line breaks and paragraph breaks</p>
<p class="flat"><input type="radio" id="paragraphs" name="paragraphs" value="yes" /> Remove line breaks only (preserve paragraphs)</p>
<p><textarea id="oldText" name="oldText" rows="6" cols="36"></textarea></p>
<p><input type="button" name="Remove-Line-Breaks" value="Remove Line Breaks" onclick="javascript:removeBreaks()" class="frmbtn" /> <input type="button" name="Clear-Text" id="Clear-Text" value="Reset" onclick="javascript:clearText()" class="frmbtn" style="margin-left:30px;color:#666;" /></p>
<h2>New Text without Line Breaks</h2>
<p class="flat">Copy your new text without line breaks from the box below.</p>
<p><textarea id="newText" name="newText" rows="9" cols="36" onclick="javascript:this.form.newText.focus();this.form.newText.select();"></textarea>
</p></form>
</body>
</html>
-------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------

Comments
Post a Comment