Hi, I have 3 div's or spans you choose.. I want them all in a line.. one aligned to the left, one aligned to the right, and one exactly in the middle? How can i do this? I don't want to set width 33%.
<p id="footer"> <span class="link"><a href="#top">Return to top of page</a></span> <span class="update">Last Update 21 Mar., 2008</span> ©2008-All rights reserved </p> ================ #footer { text-align: center; } .link { float: left; text-align: left; } .update { float: right; text-align: right; } Code (markup): cheers, gary
lol @ your sig gary. or could it be that maybe they prove that they dont in fact after all, know what theyre doing?