Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Indesign CC to Epub 3 with many hyperlinks-not validating #70332
    Marty Safir
    Member

    On one book I created valid hyperlinks from a list of illustrations to illustrations throughout the book. I didn’t need to create a link from the illustration itself back to the list though. So I didn’t quite do what you are trying to do.

    It would seem to me that you could try to create a separate index (the function of which I have not used yet) where the glossary terms then can point to their use in the book. In fact, what if a glossary term appears more than once? What would you even do? Isn’t that where an index comes in?

    Good luck.

    Marty

    in reply to: Unordered List problem when exporting to ePub #69494
    Marty Safir
    Member

    I’m sort of late to the party here, and I don’t know if you’ve solved this one. I have had success allowing InDesign CC to convert bulleted and numbered lists to ul and ol on export to epub. There are differences in the CSS that ID generates from yours:

    li.bullet {
    list-style-position:outside;
    list-style-type:disc;
    margin-left:24px;
    text-align:left;
    text-indent:0;
    }

    This doesn’t include all the other CSS properties, just the ones I think that count. The other great thing is upon converting to Kindle using latest Kindle Previewer, all of the lists came out fine for all kindle versions. Well, except for Kindle DX which I wish would just go away. I could not not get that to work right.

    Marty Safir
    Member

    @Dolce Vita
    I grappled with this myself a while back on a project. My mistake was painting the “trick text” white instead of 0% of black which led to problems. Somehow after much wrangling I made it work. Your solution is a good one. I’ll keep that handy for the future.

    in reply to: Centering images top and bottom on a flowing ePub #66720
    Marty Safir
    Member

    Hi Pooja,

    Thanks for your help. I’m trying to automatically center each image above and below as you turn the page. Each piece of art is on an individual page. Is there something I can put in the CSS for this?

    So, for example, on a 10 inch tall screen (like an iPad), if an artwork is 6 inches tall, there might be 2 inches above and 2 inches below it. On the next page the artwork is 4 inches tall and there might be 3 inches above and 3 inches below it. It would work proportionately on any smaller screen device.

    Let me know if you need further explanation. (I tend to over explain things :-)

    Thanks again,
    Marty

    in reply to: Centering images top and bottom on a flowing ePub #66557
    Marty Safir
    Member

    Anybody have any ideas here? Using CSS (or HTML) how can I center top and bottom successive images on a flowing ePub? TIA for any help.

    in reply to: html and css editing in Epub #66548
    Marty Safir
    Member

    Rami, from my very humble place in the ePub universe, I’d say it’s extremely relevant to learn HTML and CSS. It’s something I need to improve upon. What course are you taking? Is it online?

    in reply to: Nav TOC won't show properly for Nook #65108
    Marty Safir
    Member

    Sorry for the lousy formatting. Doesn’t allow for proper indents, etc.

    in reply to: Nav TOC won't show properly for Nook #65080
    Marty Safir
    Member

    Hi Sarah,

    Yes, the nav toc shows properly in the other readers, not on the Nook. And yes, upon using the online Nook previewer I could not see the “text” but the names of the xhtml files. My workaround was to re-type the name of each xhtml file with the proper label via their “Manuscript Editor.” I have to say, the Manuscript editing capability is cool, but it is lame that their device previewer doesn’t honor proper toc.ncx files.

    Here is a paste of the toc.ncx before I de-nested it. (It didn’t show properly either nested or de-nested.) I also at one point changed the “dtb:depth” content to “1” after de-nesting it and it didn’t matter.

    Thanks for the help!

    Marty

    <?xml version=”1.0″ encoding=”UTF-8″ standalone=”no”?>
    <!DOCTYPE ncx PUBLIC “-//NISO//DTD ncx 2005-1//EN” “https://www.daisy.org/z3986/2005/ncx-2005-1.dtd”&gt;
    <ncx xmlns=”https://www.daisy.org/z3986/2005/ncx/&#8221; version=”2005-1″>
    <head>
    <meta name=”dtb:uid” content=”978-0-9893189-4-5″ />
    <meta name=”dtb:depth” content=”7″ />
    <meta name=”dtb:totalPageCount” content=”0″ />
    <meta name=”dtb:maxPageNumber” content=”0″ />
    </head>
    <docTitle>
    <text>210 Imaginative Ideas for Painting: How to Find and Keep Your Inspiration and Advance Your Visual Style</text>
    </docTitle>
    <docAuthor>
    <text>Marjorie Sarnat</text>
    </docAuthor>
    <navMap>
    <navPoint id=”navpoint1″ playOrder=”1″>
    <navLabel>
    <text>Copyright Information</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-1.xhtml#_idParaDest-1″ />
    </navPoint>
    <navPoint id=”navpoint2″ playOrder=”2″>
    <navLabel>
    <text>Preface</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-5.xhtml#_idParaDest-2″ />
    </navPoint>
    <navPoint id=”navpoint3″ playOrder=”3″>
    <navLabel>
    <text>Introduction</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-6.xhtml#_idParaDest-3″ />
    </navPoint>
    <navPoint id=”navpoint4″ playOrder=”4″>
    <navLabel>
    <text>PART 1: IDENTIFY WHAT INSPIRES YOU</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-7.xhtml#_idParaDest-4″ />
    <navPoint id=”navpoint5″ playOrder=”5″>
    <navLabel>
    <text>What Should You Paint? </text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-8.xhtml#_idParaDest-5″ />
    </navPoint>
    </navPoint>
    <navPoint id=”navpoint6″ playOrder=”6″>
    <navLabel>
    <text>PART 2: GATHER YOUR INSPIRATION </text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-14.xhtml#_idParaDest-6″ />
    <navPoint id=”navpoint7″ playOrder=”7″>
    <navLabel>
    <text>Inspiration Therapy </text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-15.xhtml#_idParaDest-7″ />
    </navPoint>
    <navPoint id=”navpoint8″ playOrder=”8″>
    <navLabel>
    <text>Your Art Journal: Keeper of Inspiration</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-16.xhtml#_idParaDest-8″ />
    </navPoint>
    <navPoint id=”navpoint9″ playOrder=”9″>
    <navLabel>
    <text>Picture Reference: Your Customized Guide</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-17.xhtml#_idParaDest-9″ />
    </navPoint>
    </navPoint>
    <navPoint id=”navpoint10″ playOrder=”10″>
    <navLabel>
    <text>PART 3: 210 PAINTING IDEAS</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-18.xhtml#_idParaDest-10″ />
    <navPoint id=”navpoint11″ playOrder=”11″>
    <navLabel>
    <text>Landscape Ideas</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-19.xhtml#_idParaDest-11″ />
    </navPoint>
    <navPoint id=”navpoint12″ playOrder=”12″>
    <navLabel>
    <text>Still Life Ideas</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-20.xhtml#_idParaDest-12″ />
    </navPoint>
    <navPoint id=”navpoint13″ playOrder=”13″>
    <navLabel>
    <text>Figurative Ideas</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-21.xhtml#_idParaDest-13″ />
    </navPoint>
    <navPoint id=”navpoint14″ playOrder=”14″>
    <navLabel>
    <text>Creative Concepts</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-22.xhtml#_idParaDest-14″ />
    </navPoint>
    <navPoint id=”navpoint15″ playOrder=”15″>
    <navLabel>
    <text>Innovative Materials</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-23.xhtml#_idParaDest-15″ />
    </navPoint>
    <navPoint id=”navpoint16″ playOrder=”16″>
    <navLabel>
    <text>The Serious Series</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-24.xhtml#_idParaDest-16″ />
    </navPoint>
    <navPoint id=”navpoint17″ playOrder=”17″>
    <navLabel>
    <text>Developing a Signature Style</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-25.xhtml#_idParaDest-17″ />
    </navPoint>
    <navPoint id=”navpoint18″ playOrder=”18″>
    <navLabel>
    <text>Painterly Advice</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-26.xhtml#_idParaDest-18″ />
    </navPoint>
    </navPoint>
    <navPoint id=”navpoint19″ playOrder=”19″>
    <navLabel>
    <text>Appendix</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-27.xhtml#_idParaDest-19″ />
    <navPoint id=”navpoint20″ playOrder=”20″>
    <navLabel>
    <text>The Art of Naming Art</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-28.xhtml#_idParaDest-20″ />
    </navPoint>
    <navPoint id=”navpoint21″ playOrder=”21″>
    <navLabel>
    <text>Glossary</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-29.xhtml#_idParaDest-21″ />
    </navPoint>
    <navPoint id=”navpoint22″ playOrder=”22″>
    <navLabel>
    <text>Resources</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-30.xhtml#_idParaDest-22″ />
    </navPoint>
    <navPoint id=”navpoint23″ playOrder=”23″>
    <navLabel>
    <text>About the Author</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-32.xhtml#_idParaDest-23″ />
    </navPoint>
    <navPoint id=”navpoint24″ playOrder=”24″>
    <navLabel>
    <text>Where to Find Marjorie</text>
    </navLabel>
    <content src=”INSIDE_210_Ideas_ePUB-LAYOUT-33.xhtml#_idParaDest-24″ />
    </navPoint>
    </navPoint>
    </navMap>
    </ncx>

    in reply to: How to get split document for html toc page #63994
    Marty Safir
    Member

    The html toc does appear on its own page on all Kindle devices that I tested, thank goodness (using Kindle Previewer). I guess the upshot is, why would InDesign not split the pub based on the the Object Export split pub setting on this one page and work just fine throughout the rest of the pub? Strange.

    in reply to: How to get split document for html toc page #63991
    Marty Safir
    Member

    I'm having a conversation with myself :-)

    I used the page-break-before:always in the CSS for that style and it did work fine on the iPad.

    Hopefully it'll work when I export to Kindle. I shall report back.

    in reply to: How to get split document for html toc page #63990
    Marty Safir
    Member

    I meant to write the “toc.ncx” works just fine.

    in reply to: CS5 or CS5.5 and OS X Lion compatibility? #60121
    Marty Safir
    Member

    A correction about the problems with Flash and Lion was published yesterday.

    https://blogs.adobe.com/flashpl&#8230;..-lion.html

    in reply to: CS5 or CS5.5 and OS X Lion compatibility? #60099
    Marty Safir
    Member

    Thanks, David. This is a really helpful document. Looks like Flash related products have the most kinks.

    Marty

    in reply to: XHTML files not showing, only one HTML file #59908
    Marty Safir
    Member

    Well, at this point, I decided to export the IDCS 5.5 file as IDML and re-open it in IDCS 5. Not much was lost in the way of the new features in 5.5. I exported it from there as epub and boom, all the xhtml files were there. I'm avoiding 5.5 for now. I'd be interested to know if anyone else is encountering this problem.

Viewing 14 posts - 1 through 14 (of 14 total)