Closed Thread Icon

Preserved Topic: It indexed again... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20566" title="Pages that link to Preserved Topic: It indexed again... (Page 1 of 1)" rel="nofollow" >Preserved Topic: It indexed again... <span class="small">(Page 1 of 1)</span>\

 
Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-04-2002 19:13

I don't know if the problem I'm having is w/ my HTML or some bug in my style sheet. So here's a link to both and then the code:
http://www.geocities.com/genevievescu/Ozone/Page36.html
http://www.geocities.com/genevievescu/Ozone/style1.css

[Emp edit: fixed links]

Here's the code now:

code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Page 36</title>

<link rel="stylesheet" type="text/css"
href="style1.css" />

</head>
<body>

<h1>The Equivalence Principle Cont.</h1>

<h2>DEMONSTRATION #2- BALL DROPS</h2>

<p><b>Setup:</b> Collect several pairs of objects that are about the same size but different
weights. For example, a regular golf ball and a plastic golf ball, a tennis ball and a
baseball, an empty plastic soda bottle and a full plastic soda bottle. Find a partner and take
the objects to an empty space where you can drop them safely.</p>

<p><b>Procedure:</b> Stand on a stepladder or stable, sturdy chair to drop the objects from a
high point. (This will give you more time to observe them fall to the ground.) Hold them out at
shoulder height and drop each pair simultaneously. Repeat several times with all objects.</p>

<p><b>Observations:</b><br>

<ol>

<li>Which objects hit the ground first? The heavier or the lighter? Or do they hit
simultaneously?</li>

<li>Do the objects fall at the same rate? Why or why not?</li></p>

<h2>DEMONSTRATION #3- PENDULUM SWINGS</h2>

<p><b>Setup:</b> Find a place to hang and swing a paper cup. You can attach it to the top of a
doorway, to a test tube holder, to the edge of a table, to a basketball backboard, to a pipe, or
to a tree limb. Tie a length of fishing line to a paper cup and attach it to the doorway (or
whatever you use). Make the cup hang as low as possible without hitting the ground. Then tie
a second cup and attach it. Make sure it is the exact same length. Now collect materials of
different mass that you can put in each cup (e.g., sand, popcorn, dirt, rocks, paper, peanuts,
cooked beans, raw beans, etc.)</p>

<p><b>Procedure:</b> Fill each cup with materials of different masses, so that one cup is
significantly heavier than the other (make sure not to overfill the cup to the point that the
fishing line detaches). Slowly swing the two cups back and forth until the fishing line is
nearly horizontal. Do not go any higher if the materials start to fall out. Release the cups
simultaneously. Observe which cup reaches the bottom of the arc first. Repeat several times
with different materials.</p>

<p><b>Observations:</b><br>

<ol>
<li>Which cup reaches the bottom of the arc first? The heavier or the lighter? Or do they
reach it simultaneously?</li>

<li>Do the cups fall at the same rate? Why or why not?</li></p>

<p><a href="http://einstein.stanford.edu/">Home</a> - <a href="Page4.html/">Table of Contents</a> - <a href="Page35.html/">Back</a> - <a href="Page37.html/">Next</a></p>

</body>
</html>



Can anyone tell me why in the world the second half of the page (everything after Demo #3) is indexed another 10 px? (that's what it looks like at least....might be wrong...but I didn't use a second body tag so I dun get it.) HELP!!

Thanks!

Genevieve<---that's me!!

Wowzers! o.O

[This message has been edited by Emperor (edited 09-04-2002).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 09-04-2002 19:35

You need to close your tags:

code:
p><b>Observations:</b><br>
<ol>
<li>Which objects hit the ground first? The heavier or the lighter? Or do they hit simultaneously?</li>
<li>Do the objects fall at the same rate? Why or why not?</li>
</p>

<------------------------</ol>

<h2>DEMONSTRATION #3- PENDULUM SWINGS</h2>



If you get that kind of odd behaviour it could be down to things getting nested because of missing closing tags.

___________________
Emps

FAQs: Emperor

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 09-04-2002 19:45

Put the </ol> *before* the </p> tag in the example emps gave.

Actually, I'm not sure lists are allowed within <p> tags. I think the best solution is

code:
<p><b>Observations:</b></p>
<ol>
<li>Which objects hit the ground first? The heavier or the lighter? Or do they hit simultaneously?</li>
<li>Do the objects fall at the same rate? Why or why not?</li>
</ol>



You also forgot to close other <ol> tags elsewhere.

Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-04-2002 20:07

Arg. How is it that I always do that? I checked the tags and *as usual* missed that one. It's like I'm jinxed or something lol. Maybe I should change my username tehe.

Thanks for the help...even if I am just a complete dork.

[edit: grammer]
Genevieve<---that's me!!

Wowzers! o.O

[This message has been edited by Genevieve (edited 09-04-2002).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 09-04-2002 22:10

Don't be hard on yourself, i hate it when people do that =)

Silly mistake. We all make them. After a while you'll learn how to recognize what effects are caused by what kinds of mistakes.

Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-04-2002 22:48

^_^ Thanks Slime.

Genevieve<---that's me!!
Jinxed<--------that's me too(in description form)!!

Wowzers! o.O

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 09-05-2002 01:22

Oooops - ye put it in the wrong place. Technicaly those <P> tags just aren't required - you could just do:

code:
<b>Observations:</b><br />
<ol>
<li>Which objects hit the ground first? The heavier or the lighter? Or do they hit simultaneously?</li>
<li>Do the objects fall at the same rate? Why or why not?</li>
</ol>



Which should give you nealry exactly the same formatting as you wanted.

___________________
Emps

FAQs: Emperor

Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-05-2002 17:39

Hm...I thought when I read the stuff at http://www.w3schools.com it said you had to put everything in a <p> just about? ::a lil' confused:: LOL. Maybe that was something I read somewhere else or made up in my head.



Genevieve<---that's me!!
Jinxed<--------that's me too(in description form)!!

Wowzers! o.O
Visit my cell! http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=754&sortby=rating

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 09-05-2002 17:46

Well, that's sorta true, but not really. What they probably meant by that is you can't have text just floating around inside the <body> or a <div> tag. It needs to be inside something like a <p> tag, or an <li> tag, or a <td> tag, or perhaps some other things.

To be honest, I'm not sure what the rules are. I should look this up.

Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-05-2002 18:04

Hm. I'll have to take a closer look myself because I know me. When I learn stuff the wrong way, it is VERY VERY hard for me to break the habit I form (like all the bad habits my HTML teacher taught my whole class to begin with, arg) so I want to do this all right the first or second time, not the tenth hehe or it may never stick correctly in my head.

Thanks for all your help!

Genevieve<---that's me!!
Jinxed<--------that's me too(in description form)!!

Wowzers! o.O
Visit my cell! http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=754&sortby=rating

« BackwardsOnwards »

Show Forum Drop Down Menu