Hi, I know that this is a CSS forum for web development, but I am unable to find anyone to help me in the Adobe forums so I figured I'd try here. I need some code to cause my epub to always open to the first page (usually an epub opens to the page where you left off) I hope this is a pretty basic question and that someone here knows the answer. Thanks much, and I'm willing to try any ideas until we hit the mark. Tamara
Hi, an ePub is an ebook, and in this case it functions very much like a website, with hyperlinks, sound and video files. The CSS supports code, so that's why I'm asking here if anyone could come up with some suggestions. I'm not much of a code monkey. Tamara
CSS is about what things look like, has Jack-all to do with behaviors. Yes, even in ePub. That would require some form of scripting to handle, since that's behavior, not appearance. the "open to last read page" behavior is part of the READER, not the .pub file. NOT a lot you can do about that apart from configure YOUR reader... you have zero control over changing that in OTHER people's readers without asking them nicely.
Thank you. That's good to know. I knew it's the reader doing it, but I thought I could exert some control over it with CSS. Guess not. Cheers.