HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Trying to display text
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Soul Of A Lost One



Joined: 07 Apr 2008
Posts: 8

PostPosted: Mon Apr 07, 2008 8:02 pm     Trying to display text Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Tue Apr 08, 2008 7:47 am     Reply with quote

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.

_________________
Corey
Toll Free Phone Numbers | Processing Credit Cards | Microsoft Expression Web Blog
Soul Of A Lost One



Joined: 07 Apr 2008
Posts: 8

PostPosted: Tue Apr 08, 2008 9:54 am     Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Tue Apr 08, 2008 3:35 pm     Reply with quote

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

PostPosted: Wed Apr 09, 2008 1:10 pm     Reply with quote

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 Smile give me a moment or two,
Soul Of A Lost One



Joined: 07 Apr 2008
Posts: 8

PostPosted: Wed Apr 09, 2008 1:15 pm     Reply with quote

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 Smile 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

PostPosted: Wed Apr 09, 2008 1:26 pm     Reply with quote

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 Smile 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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Wed Apr 09, 2008 3:47 pm     Reply with quote

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

PostPosted: Thu Apr 10, 2008 6:27 pm     Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Fri Apr 11, 2008 7:24 am     Reply with quote

You will need to create page2.html manually or use a server side language to help cut the text.

_________________
Corey
Toll Free Phone Numbers | Processing Credit Cards | Microsoft Expression Web Blog
Soul Of A Lost One



Joined: 07 Apr 2008
Posts: 8

PostPosted: Fri Apr 11, 2008 4:56 pm     Reply with quote

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, Smile thank you.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial