Adrian.
Mar 2nd, 2011, 09:56 AM
Hey all
I am taking a web design course and I am trying to get a navigation bar up and running using xHTML and CSS.
I cannot seem to get beyond making the HTML list without it giving me crap.
Here is the HTML list. If you go here (http://ricci.glendon.yorku.ca/camara/blue/), you cans see the weird stuff it is giving me.
Any ideas?
<div id="list-nav">
<ul> <li><a href="http://dl.dropbox.com/u/460029/blue/index.html">Home</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Origins.html">Origins</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/nytimes.html">Media</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Posidonius.html">Posidonius</a></li> <li><a href="http://ricci.glendon.yorku.ca/camara/">Portfolio Page</a></li> </ul>
</div>
Here is the entire page source:
<html>
<head>
<title>antikythera mechanism</title>
<style type="text/css">
<!--
#content {
background-color: #fff;
padding: 20px;
width: 600px;
margin-right: auto;
margin-left: auto;
}
body {
font-family: Verdana, Geneva, sans-serif;
background-color: #EAFFEF;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
border-bottom: solid 1px #ccc;
}
p {
font-size: 12px;
}
img {
padding: 2px;
border: 1px solid #ccc;
float: left;
margin: 10px;
}
-->
</style>
</head>
<body>
<div id="content">
<h1> The Antikythera Mechanism </h1>
<div id="list-nav">
<ul> <li><a href="http://dl.dropbox.com/u/460029/blue/index.html">Home</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Origins.html">Origins</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/nytimes.html">Media</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Posidonius.html">Posidonius</a></li> <li><a href="http://ricci.glendon.yorku.ca/camara/">Portfolio Page</a></li> </ul>
</div>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fricci.glendon.yorku.ca% 2Fcamara%2Fblue%2F&layout=standard&show_faces=fals e&width=450&action=like&colorscheme=light&height=3 5" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
<p>
The Antikythera mechanism is an ancient mechanical computer
designed to calculate astronomical positions. It was
recovered in 1900ń01 from the Antikythera wreck.Its
significance and complexity were not understood until
decades later. Its time of construction is now estimated
between 150 and 100 BCE. The degree of mechanical sophistication
is comparable to a 19th century Swiss clock.Technological
artifacts of similar complexity and workmanship did not reappear
until the 14th century, when mechanical astronomical clocks were
built in Europe.
<br><br>
<img src="images/antikytheramechanism.jpg" alt="The antikythera mechanism is an ancient greek astrological calculating device">
The mechanism is the oldest known complex scientific calculator.
It contains many gears, and is sometimes called the first known
analog computer,although its flawless manufacturing suggests that
it may have had a number of undiscovered predecessors during
the Hellenistic Period. It appears to be constructed upon theories
of astronomy and mathematics developed by Greek astronomers and it
is estimated that its <a href="http://dl.dropbox.com/u/460029/blue/Origins.html">origins</a> are from around 150-100 BCE.
<br><br>
In a 2008 New York Times <a href="http://dl.dropbox.com/u/460029/blue/nytimes.html">article</a>, John N. Wilford posited that the device may have been left on earth by aliens.
</p>
<br><br>
<br><br>
<div align=center>
<h3>Recent Literature</span> <span class="mw-headline" id="Largest_commodities_exchanges"></span></h3>
<//div>
<table class="sortable" style="margin-left:auto;margin-right:auto">
<tr bgcolor="#ECECEC">
<th>Books</th>
<th>Articles</th>
</tr>
<tr>
<td><a href="http://www.amazon.ca/Ancient-Inventions-Peter-James/dp/0345401026/ref=sr_1_1?ie=UTF8&qid=1299029190&sr=8-1"><i>Ancient Inventions</i>, Thorpe (1996)</a></td>
<td><a href="http://www.nature.com/nature/journal/v444/n7119/full/444551a.html"><i>Nature</i>,2010</a></td>
</tr>
<tr>
<td><a href=http://www.amazon.ca/Gears-Greeks-Antikythera-Mechanism-Calendar/dp/0871696479/ref=sr_1_1?ie=UTF8&s=books&qid=1299029297&sr=1-1"><i>Gears from the Greeks</i>, de Solla (1976)</a></td>
<td><a href="http://onlinelibrary.wiley.com/doi/10.1046/j.1468-4004.2000.41610.x/abstract;jsessionid=F010ABD4AE7A25F5702FCC5E5E1FD7 54.d03t01"><i>Astronomy & Geophysics</i>, 2001</a></td>
</tr>
<tr>
<td><a href="http://www.amazon.ca/s/ref=nb_sb_noss?url=search-alias%3Dca-books-english-tree&field-keywords=Decoding+the+Heavens%3A+Solving+the+Myste ry+of+the+World%27s+First+Computer"><i>Decoding the Heaven</i>,Marchant (2008)</a></td>
<td><a href="http://www.nature.com/scientificamerican/journal/v301/n6/full/scientificamerican1209-76.html"><i>Decoding an Ancient Computer</i>, Freeth (2009)</a></td>
</tr>
</table>
</div>
</body>
Thanks for any help!
I am taking a web design course and I am trying to get a navigation bar up and running using xHTML and CSS.
I cannot seem to get beyond making the HTML list without it giving me crap.
Here is the HTML list. If you go here (http://ricci.glendon.yorku.ca/camara/blue/), you cans see the weird stuff it is giving me.
Any ideas?
<div id="list-nav">
<ul> <li><a href="http://dl.dropbox.com/u/460029/blue/index.html">Home</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Origins.html">Origins</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/nytimes.html">Media</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Posidonius.html">Posidonius</a></li> <li><a href="http://ricci.glendon.yorku.ca/camara/">Portfolio Page</a></li> </ul>
</div>
Here is the entire page source:
<html>
<head>
<title>antikythera mechanism</title>
<style type="text/css">
<!--
#content {
background-color: #fff;
padding: 20px;
width: 600px;
margin-right: auto;
margin-left: auto;
}
body {
font-family: Verdana, Geneva, sans-serif;
background-color: #EAFFEF;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
border-bottom: solid 1px #ccc;
}
p {
font-size: 12px;
}
img {
padding: 2px;
border: 1px solid #ccc;
float: left;
margin: 10px;
}
-->
</style>
</head>
<body>
<div id="content">
<h1> The Antikythera Mechanism </h1>
<div id="list-nav">
<ul> <li><a href="http://dl.dropbox.com/u/460029/blue/index.html">Home</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Origins.html">Origins</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/nytimes.html">Media</a></li> <li><a href="http://dl.dropbox.com/u/460029/blue/Posidonius.html">Posidonius</a></li> <li><a href="http://ricci.glendon.yorku.ca/camara/">Portfolio Page</a></li> </ul>
</div>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fricci.glendon.yorku.ca% 2Fcamara%2Fblue%2F&layout=standard&show_faces=fals e&width=450&action=like&colorscheme=light&height=3 5" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
<p>
The Antikythera mechanism is an ancient mechanical computer
designed to calculate astronomical positions. It was
recovered in 1900ń01 from the Antikythera wreck.Its
significance and complexity were not understood until
decades later. Its time of construction is now estimated
between 150 and 100 BCE. The degree of mechanical sophistication
is comparable to a 19th century Swiss clock.Technological
artifacts of similar complexity and workmanship did not reappear
until the 14th century, when mechanical astronomical clocks were
built in Europe.
<br><br>
<img src="images/antikytheramechanism.jpg" alt="The antikythera mechanism is an ancient greek astrological calculating device">
The mechanism is the oldest known complex scientific calculator.
It contains many gears, and is sometimes called the first known
analog computer,although its flawless manufacturing suggests that
it may have had a number of undiscovered predecessors during
the Hellenistic Period. It appears to be constructed upon theories
of astronomy and mathematics developed by Greek astronomers and it
is estimated that its <a href="http://dl.dropbox.com/u/460029/blue/Origins.html">origins</a> are from around 150-100 BCE.
<br><br>
In a 2008 New York Times <a href="http://dl.dropbox.com/u/460029/blue/nytimes.html">article</a>, John N. Wilford posited that the device may have been left on earth by aliens.
</p>
<br><br>
<br><br>
<div align=center>
<h3>Recent Literature</span> <span class="mw-headline" id="Largest_commodities_exchanges"></span></h3>
<//div>
<table class="sortable" style="margin-left:auto;margin-right:auto">
<tr bgcolor="#ECECEC">
<th>Books</th>
<th>Articles</th>
</tr>
<tr>
<td><a href="http://www.amazon.ca/Ancient-Inventions-Peter-James/dp/0345401026/ref=sr_1_1?ie=UTF8&qid=1299029190&sr=8-1"><i>Ancient Inventions</i>, Thorpe (1996)</a></td>
<td><a href="http://www.nature.com/nature/journal/v444/n7119/full/444551a.html"><i>Nature</i>,2010</a></td>
</tr>
<tr>
<td><a href=http://www.amazon.ca/Gears-Greeks-Antikythera-Mechanism-Calendar/dp/0871696479/ref=sr_1_1?ie=UTF8&s=books&qid=1299029297&sr=1-1"><i>Gears from the Greeks</i>, de Solla (1976)</a></td>
<td><a href="http://onlinelibrary.wiley.com/doi/10.1046/j.1468-4004.2000.41610.x/abstract;jsessionid=F010ABD4AE7A25F5702FCC5E5E1FD7 54.d03t01"><i>Astronomy & Geophysics</i>, 2001</a></td>
</tr>
<tr>
<td><a href="http://www.amazon.ca/s/ref=nb_sb_noss?url=search-alias%3Dca-books-english-tree&field-keywords=Decoding+the+Heavens%3A+Solving+the+Myste ry+of+the+World%27s+First+Computer"><i>Decoding the Heaven</i>,Marchant (2008)</a></td>
<td><a href="http://www.nature.com/scientificamerican/journal/v301/n6/full/scientificamerican1209-76.html"><i>Decoding an Ancient Computer</i>, Freeth (2009)</a></td>
</tr>
</table>
</div>
</body>
Thanks for any help!