This tutorial covers methods of approximating Text messaging in Ebooks and print. The solutions outlined below use tools that are readily available.

This tutorial covers methods of approximating Text messaging in Ebooks and print. The solutions outlined below use tools that are readily available.
At the heart of an EPUB lies Cascading Style Sheets (CSS) and Extensible HyperText Markup Language (XHTML). This grants the designer control over the look and feel of their eBooks, even in an environment where the reader can affect change at will.
Designers can implement CSS styles that creates realistic Text message conversations. These elements reflow automatically, maintaining a consistent look and feel across devices.
(more…)The challenge in designing eBooks are the unknowns. It’s impossible to know what devices your readers will use and these uncertainties stack up. Some of these elements are:
Note
Fonts can be embedded into an EPUB to control the look and feel. However, there is no guarantee that Amazon, Apple, Google, or Kobo will not strip them out in favour of their own. E.g., Bookerly on Kindle platforms.
It’s important that an EPUB reflow its content to adjust to changes in any of the above elements. A book that reflows ensures a quality reading experience for the reader.
(more…)While initial or drop capitals are easy to add using Kindle Create, it’s not straightforward for EPUBs generated with Calibre. Fortunately, you can add the missing component by using their e-book editor.
To start the process, add the following CSS style to your EPUB‘s stylesheet. This document is normally named stylesheet.css in a Calibre generated eBook.
CSS Style
.dropCharacter {
float: left;
font-family: 'Georgia', 'Calibri', serif;
font-size: 5em;
line-height: 0.8em;
padding-right: 0.1em;
padding-left: 0.05em;
padding-bottom: 0.2em;
vertical-align: top;
}
Note
Instead of using pt, or px to define the dimensions, we use em. This type of measurement is relative, enabling the document to adjust automatically when the user changes fonts or size.
The next step is to go through every chapter and find the first paragraph. While the converted document’s formatting will differ from this example, it will look similar to this:
Default Code
<body>
<h1 class="blockFirstTop">THE VAN HELSING INCURSION</h1>
<h2 class="blockFirstChapter">CHAPTER 1</h2>
<p class="blockSubtitle">THEY’RE MAGICALLY DELICIOUS</p>
<p>Clara had been lying flat against the snow-covered ground
since the witching hour. The sky was taking on red hues,
and the moon would soon secede its dominion over the
celestial plain.</p>
<p>She maintained a low heart rate while her movements were
kept to an absolute minimum. Freshly fallen snow had
accumulated during the night, all of which helped to
conceal her position.</p>
For a drop character the first letter of the paragraph must be wrapped in a SPAN
with the class defined. Once the changes are made, the preview panel will update the look and feel.
For a consistent display of drop characters, consider:
Adjusted Code
<body>
<h1 class="blockFirstTop">THE VAN HELSING INCURSION</h1>
<h2 class="blockFirstChapter">CHAPTER 1</h2>
<p class="blockSubtitle">THEY’RE MAGICALLY DELICIOUS</p>
<p><span class="dropCharacter">C</span>lara had been
lying flat against the snow-covered ground since the
witching hour. The sky was taking on red hues, and the
moon would soon secede its dominion over the celestial
plain.</p>
<p>She maintained a low heart rate while her movements were
kept to an absolute minimum. Freshly fallen snow had
accumulated during the night, all of which helped to
conceal her position.</p>
That’s it!
Note
The look and feel may change based on the rendering engine. Viewing it on Google Play Books may have a a different reading experience Apple iBooks, or Rakuten Kobo.
Julia is a werewolf who turned against her pack and saved an innocent life. As a reward for her good deed, she ends up in prison, but thrives while others like her waste away.
She may look like the Little Red Riding Hood, but she really is the wolf.
On the eve of a full moon, an unknown benefactor arranges for Julia’s release. Faced with the prospect of returning to the city that nearly killed her, she opts to disappear into the surrounding woods.
This is the opportunity she needs to find herself and reconnect with the wild. As her past resurfaces, the supernatural and dark elements within humanity take notice of her.
Before reading on, be sure to consider: She may look like the Little Red Riding Hood, but she really is the wolf.
Dark Hearts is available in Paperback, Hardcover, and Audiobook.
24 Symbols
Amazon
Barnes and Noble
Evelyn’s Publisher
Google Play
iBooks
Kobo
Scribd
Smashwords
Universal Book Link
~Giggles~ I’m not sure how Clara would like pulling the jolly old fat man around. Although, he might need a body guard these days…
Tis the season! Why not grab a dark fantasy free book to unwind?
Thank you Adam Wing for this cover!
Oh wow! Fellow indie author Quinn W. Buckland did his fiftieth review on The Van Helsing Resurgence! I think he summed it up best on his associated Goodreads review:
…There’s a sinister plot with some shady creatures, vampires going through their motions and a whole lot of naked ladies all the way through. This book hits all the right notes and I cannot wait for the third book in the series.
What’s not to like about that?
Please take the time to watch his review and subscribe. He has a lot of reviews that are worth looking over!
Patrick Webb, is a fellow author from the Twitter Writing Community. He recently did a review on The Clara Grey Adventures, a series that features Clara Grey as the leading lady. Currently, The Van Helsing Paradox, and The Van Helsing Resurgence are available to read, but a sequel is due out in the Fall!
Patrick provides an in-depth review of my two books, and makes a few guesses on what is to come. For those leery of spoilers, the author did a great job of warning you before reaching content that could spoil the read.
One of my favourite quotes from the review appears early on:
What I really love about Ms. Chartres’ writing is how she balances character moments, action and gore, with some intimate scenes thrown in for good measure.
I’d like to take the time to thank Patrick Webb for this lovely review. It is truly a blessing to have the opportunity to see how much a reader enjoyed one of my works. Thank you!
A lovely review from Rachel Bross, author of Graham Whitiker: They Call Him Traitor on The Grand. Featured on her YouTube Channel, this episode of Make a Writer’s Day talks about household gumball machines, ant colonies, book covers, and of course book reviews. Please note, that if you want to skip to the reviews, forward to 19:00 minutes in.
I encourage you the time to watch her review and subscribe to her channel. She covers a wide variety of topics related to writing, and will review whatever she has a chance to read!
Yay! Quinn W. Buckland, author of The Engine What Runs the World, has completed a review of my first book, The Portrait. I loved this review for its honesty, and makes it possible for people avoid major spoilers. While he admits that this book is far different from my normal fare, he also found that this story is creative, imaginative and just works. What more can an author ask for?
Thank you so much for the 8.5 out of 10 score! Please take the time to watch his review and subscribe to his channel. I am sure there will be more great reviews for indie authors!