Okay, here's the thing. I'm the co-admin of an RP, and its on ezboard. We've recently added html to it, and suddenly the sidebar stopped working. How can we fix the glaring problem with the sidebar? here's the code we're using:
<style>
body {background-color: #A8A8A8; text-align: center}
#outer { border: 0px dotted #000000; padding: 2px;}
#sidebar { width:1000px;}
#sidebar .holder {width: 1000px; margin-right: 4px; }
idebar, .sidebarlinks, .credit {
border: 1px solid #000000;
background-color: transparent;
padding: 6px;
text-align:center;
}
.spacer {height: 4px}
scroller {
height: 60px;
width: 100%;
Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=40, FinishX=0, FinishY=0);
text-align:left;
}
hr, hr.line { height: 0px; width: 100%; color: #000000}
.credit {color: #aaaaaa}
.credit a:link, .credit a:visited {color: #999999}
.credit a:hover {color: #666666}
.header {
border: 0px #000000 solid;
background-color: transparent;
padding: 6px;
width: 100%;
font-weight: bold;
margin-bottom: 4px;
}
.forumtitle, .sidebartitle {
border: 1px #000000 solid;
background-color: transparent;
padding: 6px;
width: 100%;
font-weight: bold;
}
.sidebarsubhead {
border: 1px #000000 solid;
background-color: transparent;
padding: 6px;
width: 100%;
font-weight: bold;
border-bottom: 0px
}
#forum .holder {width: 100%}
.forum {
border: 1px solid #000000;
vertical-align: top;
text-align: center;
}
</style>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="outer">
<tr>
<td id="header" colspan="2" align="center">
<table class="header" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">The Ascention</td>
</tr>
</table>
<tr>
<td id="sidebar" valign="top" align="center" width="1000">
<table class="holder" cellpadding="0" cellspacing="0" width="1000">
<tr>
<td align="center" valign="top" class="sidebartitle"></td>
</tr>
<tr>
<td class="spacer"></td>
</tr>
<tr>
<td class="sidebarsubhead" align="center" valign="top"><u><b></b></u></td>
</tr>
<tr>
<td>
<b><u>Member positions</b></u>
<b>Arcainus:</b> Board owner/Admin
<b>Kane:</b>Co-Admin
<b>Nejari:</b>Moderator
<b>Coraut:</b>Moderator
</td>
</tr>
<tr>
<td class="sidebarsubhead" valign="top" align="center"><u><b> Anouncements
</u></b>
<b>Arcainus:</b>
The Construction is near completion, although the storyline forum still needs some work. Kane, since I'm not too sure what you did to install the cosmo canyon music there, I'm going to have to leave it your responsibility to fix it.
</td>
</tr>
<tr>
<td class="sidebar" align="center" valign="top">
<marquee class="scroller" onMouseover="this.stop()" onMouseout="this.start()" direction=up scrollamount="1">
If your character has not been visited my Malis, approach him when he arrives back at the bar.
The first match will be three battles taking place at the same time in different areas of the arena. For anyone with a character who is not participating in the tournament, there are several quests happening at the moment. It would be safe to assume that nearly all of my characters have quests ahead of them. New members, welcome as always.
</marquee>
</td>
</tr>
<tr>
<td class="sidebar" valign="top" align="center">
</td>
</tr>
<tr>
<td class="spacer">
</td>
</tr>
<td id="forum" valign="top" align="center">
<table border="0" cellspacing="0" cellpadding="0" class="holder">
<tr>
<td class="forumtitle" valign="top" align="center"></td>
</tr>
<td class="spacer">
</td>
</tr>
<tr class="credit" >
<td valign="top" align="center">
© <a href="http://www.spayce.net/ezdesign">ezdesign</a></td>
</tr>
</table>
</td>
<td id="forum" valign="top" align="center">
<table border="0" cellspacing="0" cellpadding="0" class="holder">
<tr>
<td class="forumtitle" valign="top" align="center"></td>
</tr>
</td>
</tr>
</table>
</td>
</tr>
</table>
<tr>
<td class="spacer">
</td>
</tr>
================================================== ==========
Can anyone help?