eBooks
- BitTorrent
- BitTorrent Clients
- DRM
- Remove DRM from Kindle AZW books
- Convert Kindle book to PDF ("picture" of each page)
- Remove the DRM from the book (using a Kindle)
- Remove the DRM from a book (using Kindle for PC)
- General Information
- Convert Kindle to other formats
- Convert LIT files to other formats
- Convert MOBI files to other formats
- Convert PDF format to other formats
- Convert other formats to EPUB format
- General Information
- Campbell, Broos (Matty Graves Novels)
- Donachie, David (The Nelson and Emma Trilogy)
- Forester, Cecil Scott (Hornblower)
- Hunter, Seth (The Nathan Peake Novels)
- Kent, Alexander (Bolitho)
- Lambdin, Dewey (Alan Lewie Series)
- McCutchan, Philip (Halfhyde Adventures)
- Needle, Jan (The Sea Officer Willian Beatley Novels)
- Parkinson, C. Northcote (The Richard Delancey Novels)
- Pope, Dudley (Lord Ramage Novels)
- Reeman, Douglas (The Royal Marines Saga)
- Stockwin, Julian (the Kydd adventures)
- Stuart, V. A. (The Phillip Nazard Novels)
- Star Trek Novels
- Star Trek Covers and Pictures
- Fan Novels
- Free Ebooks
- Ebooks for Sale
- phpBB
- Search Engines
- Torrents
- General Information
- Binverse (03/11)
- Usenet Search Engines
- Newsgroups Readers
- Posting to Newsgroup
- Posting files to a newsgroup
- Posting a request (REQ) to a newsgroup
- Suggestions
- Post directly to the newsgroup
- Subscribe to the group where you want to post the request
- Post an empty text message with your request in the subject line, like
REQ: xxx TIA
- Post something using PowerPost, and edit the subject line so that it contain
your request
(REQ: xxx ep 1, posting xxx ep 2)
- Correct method is to post a request via the relevant IRC channel (e.g.,
#alt.binaries.multimedia @ EFNet)
- Request will automatically be given a REQ number, and filling status can be
monitored via the channel
- Image
- Using an Image for a Chapter Heading (added underscores so you could read the code)
- <_h1 title="Chapter 1"_><_img src="..."_><_/h1_>
- Centering an Image (added underscores so you could read the code)
- <_div style = "text-align:center">
- <_img alt="text" src="../Images/Cover.jpg"/>
- <_div>
- Centering an Image and Making It Fill the Page Vertically
- <_head>
- <_style type="text/css">
- img.sgc-1 {height: 100%}
- div.sgc-2 {text-align: center}
- <_/style>
- <_/head>
-
- <_body>
- <_div class="sgc-2">
- <_h1 id="heading_id_2"><_img class="sgc-1" src="cover.gif" /><_/h1>
- <_/div>
- <_/body>
-
CSS Scale Image (04/10)
- Margin and Padding
- Format
-
How Do I Remove the White Space Between Paragraphs?
- Add this to the CSS code:
p { margin: 0; padding: 0; }
- To remove all the whitespace between the various elements and make the document look
more "booklike", use this code:
body, div, p, h1, h2, h3, h4 { margin: 0; padding: 0; }
- Adding Margins to Text
- body {margin: 15%}
- body {margin: 20px}; (pixels)
- @page {margin: 20 px;} (pixels)
- @page {margin: 20 pt;} (points = 1/72 inch)
- @page {margin: 20 pc;} (picas = 1/12 inch)
- CCS
- XHTML
- XML
Bonnie's Links
created by Bonnie Lee Hill,
bonniehill@verizon.net
last modified on April 24, 2011
URL: http://mysite.verizon.net/bonniehill/pages/ebooks.html