Deleting a line and joining the next
Posted: Thu Jul 02, 2009 10:29 am
Hi
I have a line of text which I can delete - but I need to join the lines above and below
<?php endif;
echo "Delete This Line";
?>
So it end up with
<?php endif;?>
How do I do that?
Note the line above may NOT always be <?php endif;
But the last line will always be ?>
Hope I'm making sense.
Thanks
I have a line of text which I can delete - but I need to join the lines above and below
<?php endif;
echo "Delete This Line";
?>
So it end up with
<?php endif;?>
How do I do that?
Note the line above may NOT always be <?php endif;
But the last line will always be ?>
Hope I'm making sense.
Thanks