There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Web page question


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
09-Sep-2002, 09:14 PM #1
Web page question
I was wondering on the sample page I have linked here is this a script?

When you change the size of the page the text goes with it. (sidewards)Bigger or smaller.
I notice that on a my free web site the text does not move to suit the page. Just stay's there like a blob. So when you move the page in or out there is extra space on the side...
http://www.magickeys.com/books/lk/lkp7.htm



puterhater
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
10-Sep-2002, 12:07 AM #2
Your link goes nowhere.
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
10-Sep-2002, 12:11 AM #3
http://www.magickeys.com/books/lk/lkp7.htm



Well Im sorry about that.. This one does. I tried it out.
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
10-Sep-2002, 12:22 AM #4
No, there is no script, special code or anything on that page....straight, plain jane HTML. No frames or tables either. There are however paragrah tags seperating text sections and the blockquote tag..
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
10-Sep-2002, 12:29 AM #5
Then what allows it to be able to (text) move like it does?
You move the page inwards and the text moves in with.

(Im off to work now be back in AM to view responce)
jbcalg's Avatar
Distinguished Member with 2,059 posts.
 
Join Date: Oct 2001
Location: W. Canada
10-Sep-2002, 12:33 AM #6
works fine for me - looks fine too using different window sizes, the image stays where it is and the text adjusts to the window size

not sure what you mean by the 'extra' space on the side
- to make it run all the way to the left and right margins, remove the "blockquote" code on line 16
__________________
jb
* * * * * * * * * * *
jbcalg's Avatar
Distinguished Member with 2,059 posts.
 
Join Date: Oct 2001
Location: W. Canada
10-Sep-2002, 12:37 AM #7
Quote:
Originally posted by puter hater:
Then what allows it to be able to (text) move like it does?
You move the page inwards and the text moves in with.
ah, you want it to extend past the borders of a smaller window? instead of resizing?

why?
deuce868's Avatar
Senior Member with 638 posts.
 
Join Date: Nov 2000
Location: MI
10-Sep-2002, 08:28 AM #8
The way you can do this is to use tables. If you use tables and set the dimensions to be % then the table will expand and contract as you resize the window.

Try this:
Create a one by one table and put in a large amount of text. Dimension the table to be width="100%" and do the same for your td tag. Save it as test.html and then open it in IE.

If you put in enough text to wrap you can see the text adjust to fit the window as you resize the browser window.

HTH
__________________
www.ricksweb.info
www.2webheads.com
Quote:
Techies just think a little differently...at least that's what they keep telling me.
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
10-Sep-2002, 09:43 AM #9
Where's an example of your page that is squishing everything down when you resize the page?
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
10-Sep-2002, 05:33 PM #10
Ok here is the example of page that resizes itself..

http://www.magickeys.com/books/lk/lkp7.htm

Here is the example of a web page(that a freind is building. Im helping.) That doesen't squish. It just sits there. I like it to squish. It keeps the page in your browser.....

http://www.oldenglishranch.com/Index.html

Ignore the meta name keys words she got carried away and they have to be redone..
deuce868's Avatar
Senior Member with 638 posts.
 
Join Date: Nov 2000
Location: MI
10-Sep-2002, 06:51 PM #11
You see in your page the table is dimensioned to be 800px wide. It will not adjust because it must always be 800 wide. Change it to be 100% instead and you will notice the change as you adjust the window size.

Read this tutorial

http://www.thepattysite.com/window_sizes1.cfm

HTH
__________________
www.ricksweb.info
www.2webheads.com
Quote:
Techies just think a little differently...at least that's what they keep telling me.
jbcalg's Avatar
Distinguished Member with 2,059 posts.
 
Join Date: Oct 2001
Location: W. Canada
10-Sep-2002, 06:57 PM #12
basically the table where the text is, is set to an absolute position and width - try using percentages and left, right, center positioning to get the same effect

ooops - just saw the above - go there LOL
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
15-Sep-2002, 11:04 PM #13
Quote:
You see in your page the table is dimensioned to be 800px wide. It will not adjust because it must always be 800 wide. Change it to be 100% instead and you will notice the change as you adjust the window size.
Well I shouldn't of done the above. It took every thing and squished it off the screen. Ooopps for sure. Need centering but the web site builder doesn't offer that much hands on. So in the mean time I have a really squished page that won't go back to normal
deuce868's Avatar
Senior Member with 638 posts.
 
Join Date: Nov 2000
Location: MI
16-Sep-2002, 05:24 AM #14
the problems is the frame...and make sure you put in the %symbol


You should pick up a good html book.

The sum of your page needs to add up to 100%. if you have taken up say 20% on the frame on the left, then the rest of your page can only be 80%.

Frankly, I think you could easily drop the frame on the left and have an easier time as a beginner.
__________________
www.ricksweb.info
www.2webheads.com
Quote:
Techies just think a little differently...at least that's what they keep telling me.
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
16-Sep-2002, 10:10 AM #15
Any suggestions on that good HTML book?
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 03:15 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.