View Single Post
Old 01-12-2010, 09:02 AM   #33
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
pour rajouter une couverture dans Sigil, pour l'instant je rajoute simplement une grande image en première page de mon fichier (donc avec un saut de page juste après), avec un peu de css pour le centrer. ça peut ressembler à ça :

html
Code:
<div class="center"><img class="couv" src="images/cover.gif" alt="" /></div>

  <div>
    <hr class="sigilChapterBreak" />
  </div>
CSS
Code:
.center {
	text-align:center;
	margin: 0 auto;
	}
.couv {
	height:100%;}
tu peux rajouter une image avec le bouton "Insert Image" à droite dans la barre d'outils, puis tu rajoutes les classes css toi-même.
zelda_pinwheel is offline   Reply With Quote