How to remove <span> just before the signature

Hi,

When we send an email, we want a special format (font size, font family, etc.).
So we created our signatures with the right format with some empty lines before so we can start typing our emails with the right format.

However, there is a HTML line that is added before the signature

that I would like to remove. Where sould I look ?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
</head>
<body>
<span id="spacing"><br /><br /><br /></span>  //I want to remove this line
<div id="signature-begin">
//Signature code

“So we created our signatures with the right format with some empty lines before so we can start typing our emails with the right format.”




// These are the empty lines you created I’m assuming. You should be able to delete them with a similar method, or highlight and delete.