I can add the background image in Thunderbird via format menu (Page
Colors and Background).
But I would prefer to transfer the background from BlueGriffon to
Thunderbird. That's more elegant.
Also I do like the gradient background (Style Properties, Colors) made
with BlueGriffon.
These I can't make with Thunderbird.
Why are normal images transferred well to Thunderbird? Contrary to
body background images. What is the difference?
However I can transfer background images to Thunderbird. This is the
case with backgrounds of normal images (png).
The following code is an example:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8" />
<title></title>
<style type="text/css">
#jappannertjes {
position: absolute;
background-image: url("file:///C:/tmp/back-368.gif");
}
</style>
</head>
<body>
<img src="file:///C:/tmp/dames.png" alt="dames"
id="jappannertjes" style="top: 208px; left: 297px;" />
</body>
</html>