Ok, this keeps happening and when I post the link, the people only go to the problem, which simply looks like it’s incomplete, so here’s the entire code… if someone could paste that onto a webpage and view it (previewing works fine, so just view it in non-edit mode).
this is the link that I have it at:
http://www.geocities.com/dancepartyusu/index.htm
viewing the source cuts the code off at <table>… why?
<html>
<head>
<title></title>
<style>
body {
font-family: arial, verdana;
background-color: #112233;
}
a {
color: #bb9900;
}
a:active {
color: #ccaa00;
}
a:hover {
color: #ddbb00;
}
table.navbar {
width: 750;
border: #aa8800 3px solid;
margin-top: -3px;
}
td.navlink {
color: #ccaa00;
width: 150px;
text-align: center;
font-size: 12px;
font-weight: bold;
}
td.leftcon {
color: #ddbb00;
width: 500px;
padding-left: 5px;
padding-right: 15px;
padding-bottom: 35px;
padding-top: 20px;
}
p.subdate {
color: #8888aa;
font-size: 11px;
border-bottom: #8888aa 1px solid;
margin-bottom: -12px
}
p.lip {
color: #ddbb00;
}
td.rightcon {
color: #ccaa00;
width: 300px;
padding-bottom: 35px;
border-left: #886600 3px solid;
}
p.ripe {
margin-left: 5px;
margin-right: 15px;
font-size: 13px;
}
td.footer {
color: #bbbbff;
font-size: 10px;
text-align: center;
font-style: italic;
border: #ccaa00 3px solid;
}
</style>
</head>
<body>
<table align="center" width="800" style="border-left: #000033 5px solid; border-right: #000033 5px solid;">
<tr>
<td background="images/gametimedark.jpg">
<table align="center" width="800" border="0">
<tr>
<td>
<img src="images/cover.jpg">
</td>
</tr>
</table>
<!--######################-->
<!--### NAVIGATION BAR ###-->
<!--######################-->
<table class="navbar" align="center">
<tr>
<td class="navlink">
<a href="index.htm">
Home
</a>
</td>
<td class="navlink" valign="baseline">
<a href="about.htm">
About
</a>
<td class="navlink">
<a href="recent.htm">
Recent
</a>
</td>
<td class="navlink">
<a href="constitution.htm">
Constitution
</a>
</td>
<td class="navlink">
<a href="contact.htm">
Contact
</a>
</td>
</tr>
</table>
<table align="center" width="800" border="0">
<tr>
<!--####################-->
<!--### LEFT CONTENT ###-->
<!--####################-->
<td class="leftcon" valign="top">
<p class="subdate">
3:45 PM 4/6/2006
</p>
<p class="lip">
DP is currently pending to become a USU recognized organization. As a USU organization, DP will have benefits such as: Facility reservation/usage, limited copy/mailing per semester, and under qualifications, funding. The benefits also come a few responsibilities.
</p>
<p class="lip">
Currently, other than a few "to-be" members, there are only two officers. Four positions -- President, Vice-President, Secretary, and Treasurer -- are constant positions needed. Only USU students may hold office (but non-USU students may still join DP), and two more are needed to fill all four. The President and Treasurer positions have been filled.
</p>
<p class="lip">
Chances are that DP will not hold all its meetings in the Fun Park, where an actual DDR machine stands. In fact, it's more likely that a few certain players supply their own console and dancepads. Television sets are also needed. I will check to see if the univeristy is able to supply me with one. If not, 1-3 members will have to bring their TV during meetings to share (I'd bring my own television, but 48" is a rather large TV to be hauling around).
</p>
<p class="lip">
Tournaments, fund-raisers, and charity work will either be hosted in Fun Park or the Logan City Mall. I am to schedule a meeting with the head manager of Fun Park and ask him if it is possible to at least drop the price of the DDR machine. I'll also ask him about percentages if we were to hold charity events or fund-raisers there. As for the mall, we would have to do as normal meetings and bring our own setups. Tournaments will always be held at the Fun Park.
</p>
<p class="lip">
Tournaments, fund-raisers, and charity work will either be hosted in Fun Park or the Logan City Mall. I am to schedule a meeting with the head manager of Fun Park and ask him if it is possible to at least drop the price of the DDR machine. I'll also ask him about percentages if we were to hold charity events or fund-raisers there. As for the mall, we would have to do as normal meetings and bring our own setups. Tournaments will always be held at the Fun Park.
</p>
</td>
<!--#####################-->
<!--### RIGHT CONTENT ###-->
<!--#####################-->
<td class="rightcon" valign="top">
<h2 style="color: #ddbb00; margin-top: 10px; margin-left: 5px;">Dance Dance Revolution</h2>
<hr color="#ddbb00" align="left" style="width:284; margin-top: -23px; margin-left: 5px;">
<p class="ripe">
Welcome to the Dance Party! DP is organized to call out DDR players and those who are interested. Members of the DP will be allowed to help in charity and fund-raising events.
</p>
<p class="ripe">
Well, what's DDR, you ask?
</p>
<p class="ripe">
DDR (Dance Dance Revolution) is a physical game of coordination, endurance, and rhythm. As the chosen track of music is played, the game issues arrows (usually scrolling from bottom to top) according to rhythm and difficulty. The player then steps onto the arrow (or press the footpad with whatever he or she desires).
</p>
<p class="ripe">
DDR exploded right out of Japan. First, plaguing all of Asia, causing extreme dancers to rise from oblivion. The "game" was then briefly introduced in the United States, where it then became a popular arcade-packing phenomenon. For more about DDR, go to the <a href="">About</a> section.
</p>
</td>
</tr>
</table>
<!--##############-->
<!--### FOOTER ###-->
<!--##############-->
<table align="center" width="800" border="0">
<tr>
<td class="footer">
Dance Party of USU -- Go Aggies!
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>