 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Mon Apr 07, 2008 8:02 pm Trying to display text |
|
|
|
I want to display text, but its a large amount, and i dont want a long scroll down, so i am trying to make it display some then you press a next button to turn the page so to speak, i would like to show 2 pages at the same time. i am lost as to go about it tho?
Edit~ i now nothing or very little about HTML, i am very new to it, my web site is not even a week old,
Last edited by Soul Of A Lost One on Tue Apr 08, 2008 10:00 am; edited 1 time in total |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
|
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Tue Apr 08, 2008 9:54 am |
|
|
|
| Corey Bryant wrote: |
The best way would be to use server side language, but you can always just use code. But you are also trying to rely on screen resolution.
|
oh thats cool, but, i would like the book thing to appear with in a window, in a box. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
Posted: Tue Apr 08, 2008 3:35 pm |
|
|
|
Well we will need to know what the two pages are, but I really suggest you stay completely away from frames. They are difficult (especially for newbies) to code and they are finally being deprecated.
You will have to keep in mind that a web page is developed, not designed. You can design things in Flash but that is a completely different animal.
I really don't understand with in a window, with in a box at all. Do you have an example of this somewhere on a web page that you are wanting to imitate?
_________________
Corey
Residential Office Solutions | Mile High Merchant Accounts | Expression Web Blog |
|
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Wed Apr 09, 2008 1:10 pm |
|
|
|
| Corey Bryant wrote: |
Well we will need to know what the two pages are, but I really suggest you stay completely away from frames. They are difficult (especially for newbies) to code and they are finally being deprecated.
You will have to keep in mind that a web page is developed, not designed. You can design things in Flash but that is a completely different animal.
I really don't understand with in a window, with in a box at all. Do you have an example of this somewhere on a web page that you are wanting to imitate?
|
I can find one give me a moment or two, |
|
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Wed Apr 09, 2008 1:15 pm |
|
|
|
| Soul Of A Lost One wrote: |
| Corey Bryant wrote: |
Well we will need to know what the two pages are, but I really suggest you stay completely away from frames. They are difficult (especially for newbies) to code and they are finally being deprecated.
You will have to keep in mind that a web page is developed, not designed. You can design things in Flash but that is a completely different animal.
I really don't understand with in a window, with in a box at all. Do you have an example of this somewhere on a web page that you are wanting to imitate?
|
I can find one give me a moment or two, |
http://www.nytimes.com/ at that site there is a box set called Inside NYTimes.com, see how it makes it so you can press the buttons and it will go through the items, but i only want 2 pages visible at one time and text only i don't need the pics, |
|
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Wed Apr 09, 2008 1:26 pm |
|
|
|
| Soul Of A Lost One wrote: |
| Soul Of A Lost One wrote: |
| Corey Bryant wrote: |
Well we will need to know what the two pages are, but I really suggest you stay completely away from frames. They are difficult (especially for newbies) to code and they are finally being deprecated.
You will have to keep in mind that a web page is developed, not designed. You can design things in Flash but that is a completely different animal.
I really don't understand with in a window, with in a box at all. Do you have an example of this somewhere on a web page that you are wanting to imitate?
|
I can find one give me a moment or two, |
http://www.nytimes.com/ at that site there is a box set called Inside NYTimes.com, see how it makes it so you can press the buttons and it will go through the items, but i only want 2 pages visible at one time and text only i don't need the pics, |
http://www.lulu.com/content/2026199 I am not sure if you can see that, but if you can that is what i want to do. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
Posted: Wed Apr 09, 2008 3:47 pm |
|
|
|
Check out some scripts at Dynamic Drive. The links you gave - here:
| Soul Of A Lost One wrote: |
| http://www.nytimes.com/ at that site there is a box set called Inside NYTimes.com, see how it makes it so you can press the buttons and it will go through the items, but i only want 2 pages visible at one time and text only i don't need the pics, |
and here:
| Soul Of A Lost One wrote: |
| http://www.lulu.com/content/2026199 I am not sure if you can see that, but if you can that is what i want to do. |
The NY Times I think I get, but it is just a dynamic scroller with some images - not like a page book.
And with the other one, it is just going to another page. Simply, you can use an iframe for that if needed to embed that into an HTML page.
| Code: |
<iframe name="book" src="book.html">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe> |
_________________
Corey
Toll Free Fax Numbers | Yahoo Merchant Account |
|
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Thu Apr 10, 2008 6:27 pm |
|
|
|
| Corey Bryant wrote: |
Check out some scripts at Dynamic Drive. The links you gave - here:
| Soul Of A Lost One wrote: |
| http://www.nytimes.com/ at that site there is a box set called Inside NYTimes.com, see how it makes it so you can press the buttons and it will go through the items, but i only want 2 pages visible at one time and text only i don't need the pics, |
and here:
| Soul Of A Lost One wrote: |
| http://www.lulu.com/content/2026199 I am not sure if you can see that, but if you can that is what i want to do. |
The NY Times I think I get, but it is just a dynamic scroller with some images - not like a page book.
And with the other one, it is just going to another page. Simply, you can use an iframe for that if needed to embed that into an HTML page.
| Code: |
<iframe name="book" src="book.html">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe> |
|
A friend helped me make this http://otani.110mb.com/Test/PHP/viewer.html but he can only make it make a new page after every enter with out having to put in a code were you want it to make a new page, but i need a way so it will make a new page after say 50 lines? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
|
Soul Of A Lost One
Joined: 07 Apr 2008 Posts: 8
|
Posted: Fri Apr 11, 2008 4:56 pm |
|
|
|
| Corey Bryant wrote: |
| You will need to create page2.html manually or use a server side language to help cut the text. |
I got something that will work, thank you. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|