Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 07-05-2010, 06:06 AM   #1
Ambar
Junior Member
Ambar began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2010
Location: Barcelona
Device: Delium
wrapped text around an image

Hi !, I was reading about reflow text around a non-rectangular image from Jellby and Zelda_pinwheel, Thanks a lot guys ! But I'm not able to do this, not yet. Maybe I need to start with a easy way, just wrapped text around an image.
Can someone help me ?? Thanks !
Ambar is offline   Reply With Quote
Old 07-05-2010, 07:17 AM   #2
charleski
Wizard
charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1281258
Join Date: Sep 2009
Device: PRS-505
Well, it starts off very simple. If you want an image on the left side of the page with text floating around it on the right, use this:
Code:
[CSS]
div.leftpic {
  float: left;
  clear: left;
  text-align: left;
}  

[XHTML]
<div class="leftpic"><img ..... /></div>
<p>Your text here</p>
To have the image float to the right, just change 'left' to 'right' in the css.

It gets tricky when you want to fine-tune the margins, a lot of the extra code in Zelda's 'Three Men in a Boat' is written to do that.
charleski is offline   Reply With Quote
Advert
Old 07-05-2010, 08:55 AM   #3
Ambar
Junior Member
Ambar began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2010
Location: Barcelona
Device: Delium
Thanks a lot for your help!
Ambar is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter Head Text Over Image theducks ePub 10 09-03-2010 03:32 PM
PDF virtual printer as text not image mowbray Amazon Kindle 7 02-05-2010 12:32 PM
PDF Image -> OCR -> text frikk Workshop 9 07-08-2009 07:21 PM
text and image pimpoum PDF 2 05-31-2009 04:26 AM
Image and text- images lost in conversion monkeywithscisso Calibre 3 01-14-2009 10:01 PM


All times are GMT -4. The time now is 01:56 AM.


MobileRead.com is a privately owned, operated and funded community.