Colombe
Gebruiker
- Lid geworden
- 28 jan 2001
- Berichten
- 754
Ik wil graag een achtergrond bij mijn briefpapier voor Windows Live Mail. Hiervoor heb ik in MS Office SharePointDesigner de volgende pagina aangemaakt:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="fr" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>_Lege achtergrond.htm</title>
<style type="text/css">
.style1 {
font-family: "Comic Sans MS";
}
</style>
</head>
<body style="background-color: #A4B185">
<p class="style1"> </p>
</body>
</html>
Waar het om gaat is dat er bij gebruik in WLM wordt ingevoegd met lettertype Arial. De volgende regel is in Comic MS. Als ik de eerste regel wis, staat de tweede (nu de eerste dus) ook in Arial. En dat wil ik allemaal niet. Weet iemand hoe ik dat kan voorkomen?
Voor de goede orde: standaard lettertype zowel in MSOSPD als WLM is Comic MS.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="fr" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>_Lege achtergrond.htm</title>
<style type="text/css">
.style1 {
font-family: "Comic Sans MS";
}
</style>
</head>
<body style="background-color: #A4B185">
<p class="style1"> </p>
</body>
</html>
Waar het om gaat is dat er bij gebruik in WLM wordt ingevoegd met lettertype Arial. De volgende regel is in Comic MS. Als ik de eerste regel wis, staat de tweede (nu de eerste dus) ook in Arial. En dat wil ik allemaal niet. Weet iemand hoe ik dat kan voorkomen?
Voor de goede orde: standaard lettertype zowel in MSOSPD als WLM is Comic MS.