Aligning one list to seperate sides.

Soldato
Joined
6 Jun 2006
Posts
6,012
Location
Kent
Hi, I've got the links of my forum in the header centered currently, but I want the forum name to appear on the left and the other links to appear to the right.

The code currently reads:

Code:
		<td valign="top" align="middle" >
			<div id="top_nav"><ul>
              <li><a href="{U_INDEX}">{L_INDEX}</a></li>
              <li><a href="{U_FAQ}">FAQ</a></li>
              <li><a href="{U_SEARCH}">Search</a></li>
              <li><a href="{U_MEMBERLIST}">Members</a></li>
              <li><a href="{U_GROUP_CP}">Groups</a></li>
              <li><a href="{U_PROFILE}">Profile</a></li>
              <li> <a href="{U_REGISTER}">Register</a></li>
			</ul>
			</td></div>

So, how do I change that to seperate them? Is it even possible?
I've tried moving the div tags, adding extra td tags and the closest I've managed to get it is the forum title in the right place and the other links vertical over to the right.

If you could include padding so the register link sits at the same distance out from the start of the forum name it'd be very much appreciated.

Edit: Linky.
 
Back
Top Bottom