Why is it you can't have 2 divs wrapped around two bits of text and keep it on the same line?
For example:
<div id="footer">
Copyright blah blah
<div align="right">
Hit counter here
</div>
</div>
It throws the second div on a line lower. I still don't understand why it's doing it. I have to keep the second div wrapped in the first one because that's what confines it to the rules of CSS otherwise it would align to the very right hand side of the document. This is the only problem i've got left with my new site design