trojkolka
Nov 15 2005, 07:41 AM
Hey i'm looking for a php script or something like that to publish a story wrote in the net. My goal is to show my story in like a book style. So it looks like a book with a cover in first than you click the book opens and shows x amount of lines on page 1 and x amount of line on page 2 click again you go to page 2 with again x amount of lines on the left side and x amount of lines on the right side. click page 3 shows etc etc till end of story. I thought this could be possible with PHP but since i'm a noob in PHP i dont know how to do this. The graphics arent even THAT necessary as long as the actions are working. If someone has a script for this or knows how to do this please please please reply.
leo
Nov 15 2005, 11:00 AM
This would be easy in basic html
index page :- you design it like a book cover and have a link on it to open in
innner pages:- desgin the background like a page (s) of a book, and just place your text so it looks like it's on the page and have a link at the bottom going to the next page
but
if what you want it the animation of a page turning over then that would need a script, i saw something like that somewhere, i'll see if i can remember where
Joe
Nov 15 2005, 12:05 PM
trojkolka
Nov 15 2005, 12:52 PM
i'm more thinking about my story in a database as one long text but the page on my website only displays some amount of lines at the time if you understand what i mean... that's why i putted it in the php section... it's not the effect that is really the problem.