Reply To: Multi Column layout in epub 3.0

#60310
anishbala
Participant

Thanks for your help AM. Its really disappointing that ID5.5 doesnt allow to export multi column format to epub. I'll hand-code the format. I use the following code in css to get multi column format. It may be useful for others.

div.left{

-moz-column-count:2;

-webkit-column-count:2;

column-count:2;

}

div.right{

float:top;

height:25%;

}

As far as the walrus web id is concerned, sorry for not giving the correct website address, it is https://www.walrus-books.com and just scroll down till you get demo3 video on epub. The embedded video code is https://vimeo.com/25185473 Not sure what s/w walrus guys have used to develop this wonderful demo. I really appreciate the hardwork and thought put in developing such a nice demo which sets the standards for guys like me. The interactive map is really gr8, looks like they've done it in js, not sure though.

I still havent looked in to DW5.1 will give a try sooner

The EPUB market is growing like a banyan tree, and knowing apple for their innovative products i'm sure every developer will start developing epub3 compataible device soon.

Thanks for your spending your valuable time on this.

This article was last modified on August 17, 2011

Comments (0)

Loading comments...