presto wrote: ↑Sun Sep 10, 2017 11:27 am
There are at least two ways:
1. Internal css: You can copy the css code to an HTML objcet from toolbar. Type: "Between <head></head> tags". Inside the HTML object there is even an import button that makes inserting much easier. Note that you have to copy your css code between a <style> tag and a </style> tag.
I am so sorry but I could not do that alone.
Here is my code (inserted via htlm tool on an web builder empty page) : I made it quite shorter, maybe a few htlm mistakes themselves because it's the web-page purely of text, which means lot of words. . Of course I am interested only on how the CSS is badly inserted.Hope it's good enough."code" tags don't belong to my own work, just it seems better for seing this on this forum. Thanks a lot.
<code>
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Titre et hommage</title>
<meta name="author" content="etienne loyon">
<meta name="keywords" content="Cinq Dharmas de Maitreya,condition régentes, dimension d'égalité de tous les phénomènes, gyulama rGyud bLama ,continuité ulitme, Jamgoeun Jamgon Kongtrul Lodreu Taye Asańga Neuf exemples uttara tantra shastra Etienne Loyon">
<meta name="description" content="Une traduction française du Theg pa Chen po rGyud bLama'i bstan chos de Maitreya Asańga La Continuité Ultime ultime">
<link rel="stylesheet" media="screen" type="text/css" title="Etiestyle">
<base href=".5homage1_5.html">
<style type="text/css">*
<style type="text/css">*
div#cadre {/* conteneur global et arriýre-plan du titre du cadre */
matrombine {
float : left;
padding : 20px 0;
}
.tibetsite {
padding : 20px 0;
}
body {
font-family : "Comic Sans Ms", "Times new roman", "Trebuchet MS", Arial, sans-serif;
font-size : 0.9em;
text-align : center;
padding : 20px 0;
background-color: #f4f3d2;
}
form {
background-color: #BDC079;}
.deroulant {
margin : 30px;
margin-left : 5%;
margin-right : 5%;
}
dt {
text-align : left;
color=#00000;}
dd {
text-align : left;
}
p {
margin-left : 5%;
margin-right : 5%;
text-align : justify;
text-indent : 15px;
}
</style>
</head>
<script type="text/javascript" src="rgv.js"> </script>
<!-- Titre et hommage : stances 1 à 5 -->
<div class="deroul" align="center">
<form name="GoMenuForm0" action="">
<select name="GoMenu" onchange="OnGoMenuFormLink(this)">
<option selected="selected">Choisir un chapitre de la Continuité Ultime</option>
<option class="_self" value="./rgv.html">Accueil</option>
<option class="_self" value="./1intro1.html">Introduction 1/4</option>
</select>
</form>
</div>
<h1 id="toppage">La Continuité Ultime</h1>
<br>
<table summary="Ce tableau comprend les stances 1 à 5 introduisant le titre, sa traduction et l'hommage du traducteur">
<tbody>
<tr>
<td class="texteracine" valign="top"><a name="1">1</a>
En indien :<br>
Mahāyānottaratantraśāstra. <br>
En tibétain : Theg pa chen po rgyud bla ma’i bstan
bcos. <br>
[En français : Le Traité de la
continuité ultime du Grand Véhicule.] </td>
<td class="commentaire" valign="top">
1 En tibétain, le texte s’appelle <i> Theg
pa chen po rgyud bla ma’i bstan bcos </i>
[Traité de la continuité ultime du Grand
Véhicule]. Parce qu’elle est d’un pays
vaste (<i>rgya</i>), où la couleur
vestimentaire
prédominante est blanche (<i>dkar po</i>),
l’appartenance
indienne a pour nom en tibétain "[celui, celle de la
contrée] vaste-blanche",
abrégé en <strong>Gyagar</strong>.
</td>
</tr>
</table>
<div id="basdepage"><a href="4intro4.html">Page
précédente</a>
<a href="#toppage">Haut de la page</a>
<a href="6buddha6_8.html">Suite</a>
</div> <p>
<a href="
http://validator.w3.org/check?uri=referer"><img
src="
http://www.w3.org/Icons/valid-html401-blue"
alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
</p>
</code>
..here is the full page in pure html that I want to import. There is some javascript too but it will be for another topic.
http://www.khenpofrance.free.fr/5homage1_5.htm
Thanks again !