View Single Post
Old 04-15-2013, 03:27 PM   #1
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Float Question (ADE)

I am currently working on a book which has formula numbers down the right hand side of the page.

In ADE, it seems to drop the formula number down a line, instead of floating to the right edge of the same line. (Sigil looks as I expected).

I was wondering if anyone out there has run into this same problem, and what sort of code they used to fix the situation.

Currently, I am using this code:

Code:
<p class="center margintop">Formula Formula Formula <span class="floatright">(##)</span></p>
Where the relevant CSS:

Code:
.center {
	text-indent: 0;
	text-align: center;
}

.margintop {
	margin-top: 1em;
}

span.floatright {
	float: right;
}
I have attached four things to this post:
  • image of the original book
  • the way my EPUB currently looks in ADE (marked with arrows)
  • the way it looks in Sigil (marked with arrows)
  • WIP EPUB
Attached Thumbnails
Click image for larger version

Name:	ADEFloat.png
Views:	376
Size:	76.7 KB
ID:	104460   Click image for larger version

Name:	SigilFloat.png
Views:	365
Size:	64.8 KB
ID:	104461   Click image for larger version

Name:	Original.png
Views:	359
Size:	129.4 KB
ID:	104462  
Attached Files
File Type: epub [04.15.2013][Cover]Brusciani-Turroni,Constantino.-.The.Economics.of.Inflation.epub (1.04 MB, 204 views)

Last edited by Tex2002ans; 04-15-2013 at 03:30 PM.
Tex2002ans is offline   Reply With Quote