View Single Post
Old 03-18-2012, 06:49 AM   #3
Rob Lister
Fanatic
Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.Rob Lister ought to be getting tired of karma fortunes by now.
 
Posts: 532
Karma: 3293888
Join Date: Oct 2011
Location: Virginia
Device: Nook Simple Touch
Quote:
Originally Posted by flameproof View Post
How can I make a HTML like TABLE in ePub?

I am very familiar with HTML and PHP, but not so clear about ePub flavourd CSS.

What I like to know:

Table with/without frames.
Different border thickness
Spanning

I creating a TABLE as image an option? But then I can't change the size, right?
EPUB supports tables just fine, but there is limited horizontal landscape available for displaying them. That, coupled with not knowing what size font the reader will use makes them iffy.

for wide tables, sometimes converting it to an image is best; the width or height of which can still be controlled as a function of %

Last edited by Rob Lister; 03-18-2012 at 06:58 AM.
Rob Lister is offline   Reply With Quote