seabaz2000
IS-IT--Management
Hi
I was just wonder whether or not it was possible to create a single line string of text in a word processor from the input of an already formatted piece of text.
For example if I inputted the following code into a word processor
would it be possible using a word processor to format the text to look something like this
i.e remove all the return spaces.
Regards
I was just wonder whether or not it was possible to create a single line string of text in a word processor from the input of an already formatted piece of text.
For example if I inputted the following code into a word processor
Code:
<tr>
<td align='right' valign='top' background='images/back_1.jpg' style='background-repeat:no-repeat; background-position:top left '><table width='757' border='0' cellspacing='0' cellpadding='0'>
<tr align='left' valign='top'>
<td width='139' height='100%'><table width='139' height='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td height='8' align='left' valign='top'><img src='images/spacer.gif' width='1' height='8'></td>
</tr>
<tr>
<td height='25' align='left' valign='top'><img src='images/news_2.jpg' width='66' height='25'></td>
</tr>
<tr>
<td height='100%' align='left' valign='top' background='images/rep_1.jpg' style='background-repeat:repeat-y; background-position:left '><div style='padding-left:15px; padding-top:19px'><img src='images/pic_3.jpg' width='113' height='58'></div><div style='padding-left:15px; padding-top:8px; padding-right:10px'><span class='style5'><strong>Keert hertas</strong> entrsi riteor peras aetaunt plicabo neoim ipsam.</span></div>
<div style='padding-left:15px; padding-top:8px; padding-right:10px'><span class='style5'><strong>Voluptatem</strong>, quia volupt as sit, asperna-<br>
tur aut.</span></div><div class='style5' style='padding-left:55px; padding-top:5px'><img src='images/point_1.jpg' vspace='1'> <a href='#' class='style4' style='text-decoration:none '><strong>read more</strong></a></div></td>
</tr>
</table></td>
<td width='369' height='100%'><table width='369' height='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td height='8' align='left' valign='top'><img src='images/spacer.gif' width='1' height='8'></td>
</tr>
Code:
<tr><td align='right'valign='top'background='images/back_1.jpg'style='background-repeat:no-repeat; background-position:top left '><table width='757'border='0' cellspacing='0' cellpadding='0'><tr align='left'valign='top'><td width='139'height='100%'><table width='139' height='100%' border='0' cellpadding='0' ......
Regards