Here:
<div id="50right"><p>Last time updated.
<!-- #BeginDate format:fcAm1a -->Wednesday, June 27, 2007 7:05 PM<!-- #EndDate --></div>
</p>
You need to move the last </p> before your closing div tag - like so:
<div id="50right"><p>Last time updated.
<!-- #BeginDate format:fcAm1a -->Wednesday, June 27, 2007 7:05 PM<!-- #EndDate -->
</p>
</div>
does somebody know what's wrong with this code?
<div id="copyright">
<div id="50left"><p>© Copyright 2007 Santa Rosa Junior College. All rights reserved.</p></div>
<div id="50right"><p>Last time updated.
<!-- #BeginDate format:fcAm1a -->Wednesday, June 27, 2007 7:05 PM<!-- #EndDate --></div>
</p>
</div>
#copyright {
width: 100%;
height: 30px;
margin-top: 20px;
}
#copyright p {
display: inline;
}
#50left {
text-align: left;
float: left;
width: 45%;
height: 30px;
}
#50right {
text-align: right;
float: right;
width: 45%;
height: 30px;
}
here's the link to it
www.studios29.com/mcl
it's a the bottom of the page///what i want to do it to have both p tags side by side, on the left and the other on the right, at the same level
thanks.

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic