Quote:
Originally Posted by Lynne
You'll have to do something like this:
HTML Code:
<div id="container">
<div style="float:right; position:relative; top:40px; right:-50px">
login code
</div>
<div align="center">
<ul id="navbar">
navbar links
</ul>
</div>
</div>
You'll have to play with it a bit because the text doesn't fix in that box the way it is now.
|
Thank you, it works great.