Conversion police sur html

Fermé
lechat12 Messages postés 29 Date d'inscription lundi 29 octobre 2007 Statut Membre Dernière intervention 2 octobre 2009 - 3 oct. 2008 à 11:33
 SevenWeb - 3 oct. 2008 à 17:32
Bonjour,
Je dois convertir un fichier quarkxpress au format html. J'arrive à transformer le fichier en HTML seulement la police d'origine n'est pas conservée lors de l'affichage alors que dans le code source elle est notifiée. Ci-dessous le début du code source.
Merci de votre aide.
Code source :
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>

</title>
<meta http-equiv="Content-Type" content="text/html;CHARSET=utf-8">
<style type="text/css">
<!--
body {
color:#292828;
}
.text25 {
font-family:'55 Helvetica Roman';
font-size:12px;
text-decoration:none;
color:#292828;
}
.text4 {
font-family:'Helvetica Neue Light';
font-size:15px;
text-decoration:none;
color:#292828;
}
.text5 {
font-family:'Helvetica Neue Light';
font-size:15px;
text-decoration:none;
text-transform:uppercase;
color:#292828;
}
.text7 {
font-family:'Helvetica Neue Light';
font-size:15px;
text-decoration:none;
text-transform:uppercase;
color:#FF6600;
}
.text6 {
font-family:'Helvetica Neue Light';
font-size:15px;
text-decoration:none;
color:#FF6600;
}
.tCtextcourant {
font-family:'55 Helvetica Roman';
font-size:10px;
text-decoration:none;
color:#292828;
}
.text13 {
font-family:'Helvetica Neue Light';
font-size:14px;
text-decoration:none;
text-transform:uppercase;
color:#292828;
}
.tCarticle {
font-family:'Helvetica Neue Light';
font-size:14px;
text-decoration:none;
text-transform:uppercase;
color:#FF6600;
}
.tCtextcourital {
font-family:'56 Helvetica Italic';
font-size:10px;
text-decoration:none;
color:#292828;
}
.tCweb {
font-family:'75 Helvetica Bold';
font-size:10px;
text-decoration:underline;
color:#292828;
}
.tCtextcourbold {
font-family:'75 Helvetica Bold';
font-size:10px;
text-decoration:none;
color:#292828;
}
.tCarticle41 {
font-family:'55 Helvetica Roman';
font-size:10px;
text-decoration:none;
color:#FF6600;
}
.tCarticle411 {
font-family:'55 Helvetica Roman';
font-size:10px;
text-decoration:underline;
color:#292828;
}
.text8 {
font-family:'55 Helvetica Roman';
font-size:10px;
text-decoration:none;
color:#292828;
letter-spacing:-0,02em;
}
.pNormal {
padding-top:1px;
line-height:11px;
text-align:justify;
}
.para7 {
padding-top:1px;
line-height:11px;
text-align:center;
}
.para5 {
padding-top:14px;
padding-bottom:28px;
line-height:17px;
}
.pCarticle {
padding-top:28px;
}
.para10 {
text-indent:-6px;
margin-left:20px;
padding-top:1px;
line-height:11px;
text-align:justify;
}
.para12 {
text-indent:0px;
padding-top:1px;
line-height:11px;
text-align:justify;
}
.para17 {
padding-top:14px;
padding-bottom:28px;
line-height:17px;
text-align:center;
}
.para18 {
}
.para20 {
padding-top:6px;
line-height:11px;
text-align:justify;
}
.para1 {
line-height:11px;
text-align:justify;
}
.para2 {
padding-top:2px;
line-height:11px;
text-align:right;
}
-->
</style>
</head>

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<div class="pNormal" style="padding-top:0px">
<span class="text25"><br> </span>
</div>
<div class="para7">
<span class="text25"><br> </span>
</div>
<div class="para5">
<span class="text4">Conditions Générales d’Abonnement </span><span
class="text5"></span><span class="text7">O</span><span class="text6">ffres net stand alone 8 MégaMax, TV
</span>
</div>
<div class="pNormal">
<span class="tCtextcourant">Les stipulations des présentes Conditions Générales d’Abonnement, auxquelles appartiennent les stipulations des Conditions Générales d’Utilisation de la Messagerie Internet Orange s’appliquent aux Offres « net stand alone 8 mégamax, TV » et quel que soit leur canal de vente.
</span>
</div>
<div class="pNormal">
<span class="tCtextcourant">Les différents services cités ci-dessus sont décrits plus précisément ci-après.
</span>
</div>
<div class="pNormal">
<span class="tCtextcourant">Pour bénéficier des différents services, objet des présentes, le Client doit se situer sur une zone géographique dans laquelle le service est disponible. Ces zones évoluent au fur et à mesure et donc ne peuvent être retranscrites au présent contrat. Préalablement à la souscription le Client peut se renseigner sur l’éligibilité de sa ligne au service soit en se connectant sur le site Orange.fr rubrique
Internet soit en se rapprochant des services de France Télécom.
</span>
</div>
A voir également:

1 réponse

Bonjour,
Elle est où votre feuille de styles ?
0