<!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"><br>
      Bonjour<br>
      J'essaie sans résultat d'utiliser "grisbi" <br>
      Je l'ai d'abord ouvert mais le mode d'emploi ne s'ouvrant pas j'ai
      supprimé l'application.<br>
      Désirant réessayer j'ai réajouté l'application mais:<br>
      1) le mode d'emploi ne s'ouvre toujours pas et<br>
      2) j'ai un message d'erreur me disant que le fichier
      home/ordissimo/comptes courants n'existe pas.<br>
      Que dois-je faire ?<br>
      Merci d'avance<br>
      Y. Sourisseau<br>
      <br>
    </div>
  </body>
</html>