Questions tagged [html]

HyperText Markup Language - a group of markup languages created primarily to facilitate displaying rich-formatted content on the web.

57 questions
69
votes
7 answers

How can I convert an HTML site into an ebook?

I'd like to create a .mobi file from a website like the Python Tutorial, to read on my Kindle. Is it possible to do it on Ubuntu?
elias
  • 1,078
  • 1
  • 10
  • 9
15
votes
1 answer

what does the v5.0 in the name of an e-book file stand for?

I have seen various e-books on the Internet that have a (v5.0) in the name e.g. Charles Darwin - On the Origin of Species (v5.0).epub Initially I thought this had to with the version 5 of the DocBook, but I have seen other versions (v3.4) that do…
Laina
  • 159
  • 1
  • 8
11
votes
2 answers

Can custom fonts be embedded in mobi or epub books targeting eink readers?

Assuming that I am targeting non-tablet eBook readers such as Kindle and nook, is it possible to layout a book with some text in the default font of the device and some paragraphs in a special font embedded in the book? I know some HTML5 and CSS…
Caleb
  • 1,181
  • 2
  • 10
  • 26
10
votes
2 answers

When it is better to use plain HTML instead of CSS?

I published a book which contains some (simple) math formulas, like axn+bxn−1+ … + hx + k = 0. Such formulas may be displayed just with (X)HTML, as you may see. However, some friends of mine complained that on their Kindle the formulas were…
mau
  • 2,324
  • 4
  • 18
  • 39
9
votes
1 answer

Any opensource or free css stylesheets for books?

I am creating epub using sigil. Every book has almost (if not all) same elements: Headings, paragraphs, images, tables, quotes, boxes, notes, footnotes, references, bibliography etc. I don't have a good sense of design. So I was wondering if there…
claws
  • 243
  • 3
  • 7
9
votes
1 answer

custom bullets html ebook kindle

I am creating an ebook for Amazon's Kindle in HTML, and then later use KindleGen to convert it into the Kindle's MOBI version. The problem I am currently having is with custom bullets for nested unordered lists that I am using for the ebook's Table…
QPTR
  • 693
  • 1
  • 7
  • 14
8
votes
1 answer

More than one chapter div in one epub file?

A self-publishing author started his book with two epigraphs and a prologue. I originally formatted this as one file, putting the epigraphs at the top of the page (separated by blank lines). The prologue followed. He objected to this, saying that…
Zora
  • 455
  • 3
  • 9
8
votes
1 answer

Are there ways to easily convert chapter-split books from popular fan-fiction sites into single e-book?

Are there ways to easily convert chapter-split books from popular fan-fiction sites into single e-book? Of course, one can either manually download every one of 50+ chapters of a large fic by hand and copy/paste them together, or write some Perl…
DVK
  • 2,904
  • 5
  • 20
  • 43
8
votes
1 answer

How can I toggle text reliably across all ereaders in an epub file?

I'm trying to make a multilingual ebook where I have two different translations of the same story. I'm trying to get it so that you can toggle the language by clicking on individual paragraphs. I asked a similar question on Stackoverflow a while ago…
j.jerrod.taylor
  • 201
  • 1
  • 3
8
votes
3 answers

Is there a detailed guide for creating an ebook for Kindle in HTML/CSS

I want to be able to create an ebook on my own for Kindle. I want to do this in HTML, and then later use KindleGen and KindlePreviewer for generating a .mobi file and previewing. I've looked around the web for guidance, but while they do have basic…
QPTR
  • 693
  • 1
  • 7
  • 14
7
votes
4 answers

Software recommendation for writing ebook and exporting to multiple formats

I am thinking about writing and/publishing an ebook with the following in mind: It will contain code (needs proper formatting) I should be able to publish PDF and EPUB versions I might need to have an HTML version of the book too Since I am new to…
7
votes
1 answer

What design patterns exist for responsive web design of ebooks?

What design patterns, best practice etc. exist for responsive web design of ebooks? I am creating an ebook with HTML5/CSS3/JavaScript that should be readable well at different devices (browser, tabled, smartphone...) with different sizes and…
Jakob
  • 171
  • 1
6
votes
1 answer

Avoid additional styling of images in html made by Calibre viewer

Under Ubuntu 12.04 I converted with Calibre an html source to epub format, but when I read the resulting epub with Calibre I noticed (using the 'inspect' command of Calibre viewer) that images get some additional styling, absent both in original…
mmj
  • 263
  • 2
  • 6
6
votes
1 answer

CircularFLO doesn't apply styles for live text

I do conversion with CircularFLO from .indd to .epub. The problem is that live text doesn't pick up styles. I have live text in my document but it is always Times New Roman. What am I missing? See the picture in dropbox of live text, where the text…
Dmytro
  • 61
  • 1
5
votes
6 answers

How can I create an ebook from existing HTML files?

I will be writing software that allows me to select stretching exercises, put them in order, and then create an ebook, one per page, and then use it on my kindle. I was hoping that my software could produce the final ebook, e.g., mobi, but that…
lumpynose
  • 171
  • 1
  • 4
1
2 3 4