View Single Post
Old 07-04-2013, 01:34 PM   #15
Ctipi
Junior Member
Ctipi began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2013
Device: Calibre
Unhappy

Quote:
Originally Posted by BetterRed View Post
Try the CSS edit that DrOhh posted in https://www.mobileread.com/forums/showthread.php?t=81580
I've tried it but in my CSS there is not the CSS edit that DrOhh posted.
Each image it has been transformed like this (so, instead of being only the number 25 is 25_1, 25_2). This is my CSS on the image pages, like fallow:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tutto sulle Rose</title>
<meta content="pdftohtml 0.36" name="generator" />
<meta content="user" name="author" />
<meta content="2013-06-25T15:06:16+00:00" name="date" />
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="../Styles/page_styles.css" rel="stylesheet" type="text/css" />
</head>

<body class="calibre">
<p class="calibre1">24</p>

<p class="calibre1"><img alt="" class="calibre2" src="../Images/index-25_1.jpg" /></p>

<p class="calibre1"><img alt="" class="calibre2" src="../Images/index-25_2.jpg" /></p>

<p class="calibre1"><img alt="" class="calibre2" src="../Images/index-25_3.jpg" /></p>

<p class="calibre1"><img alt="" class="calibre2" src="../Images/index-25_4.jpg" /></p>

<p class="calibre1"><img alt="" class="calibre2" src="../Images/index-25_5.jpg" /></p>

<p class="calibre1"><img alt="" class="calibre2" src="../Images/index-25_6.jpg" /></p>

<p class="calibre1"></p>

Why does the conversion split each single image in many parts?


Thanks!!!

Last edited by DoctorOhh; 07-05-2013 at 12:36 AM.
Ctipi is offline   Reply With Quote