<!DOCTYPE HTML>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript">
function formatDoc(sCmd, sValue) {
document.getElementById("textBox").focus(); document.execCommand(sCmd, false, sValue);
}
</script>
<style type="text/css">
html {
height: 100%; /* height: 100% is necessary to allow cursor: text to work */
cursor: text!important;
font-family: monospace;
font-size: 18px;
}
.intLink {
cursor: pointer;
width: 40px;
height: 40px;
color: black;
font-size: 18px;
display:inline-block;
}
#textBox {
width: 98%;
height: 95%;
border: 0px #000000 solid;
padding: 5px;
overflow: auto;
}
#textBox #sourceText {
padding: 0;
margin: 0;
min-width: 498px;
min-height: 200px;
}
#editMode label { cursor: pointer; }
#toolBar2 {
text-align: right;
padding: 5px;
margin: 0;
background: -moz-linear-gradient(top, #9BA9C3, #D1DEF1);
overflow: -moz-hidden-unscrollable;
}
body{
padding: 0;
margin: 0;
}
select {
font-size: 25px;
}
</style>
</head>
<body>
<div id="textBox" contenteditable="false">pas de reponse message
du05/01/2017<br>
--<br>
Envoyé depuis mon Ordissimo<br>
<a class="moz-txt-link-abbreviated" href="http://www.ordissimo.com">www.ordissimo.com</a></div>
</body>
</html>