View Single Post
Old 09-12-2014, 03:47 PM   #11
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Don't take this wrong, but perhaps a crash course HTML/CSS would be a good idea for the general ideas...

To spell it out:
Code:
<style> 
div.box1 {
  width: 20em;  
    background-color:#D1D3D4;
	border-bottom: 3px double;
	border-top: 3px double;
	border-left: 3px double;
	border-right: 3px double;
	padding: 1em;
  margin-top: 1em;
	line-height: 1.7em;
	text-align: center;
    float: right;
    page-break-inside: avoid;
}
</style>


  <div class="box1">Yadda, yadda, yadda, yadda, yadda, yadda.</div>
  <div style="clear:both;"></div>
Toxaris is offline   Reply With Quote