MyBB Community Forums

Full Version: How to center the toplinks and stuff
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all...

how would i go about centering the top links ( Logout User CP Member List Search Help Calendar Home ) i have been into the templates and put <center> </center> at the top and bottom

<center>

all the text

</center>

Didnt work Sad Any idea's?

Also can i center the section at the top with the following info in it.

Welcome back, source. You last visited: Today, 02:45 AM
View New Posts | View Today's Posts | Private Messages (New 0, Unread 0, Total 0)

Thanks in advace guys
ACP -> Templates -> *Template Name* -> toplinks (toplinks_admin, and toplinks_member)

Now just find your top links code on there and put <center></center> tags.

For your second question

ACP -> Templates -> *Template Name* -> header_welcomeblock_member

Just put the center tags on there and it should be centered.
Okay header_welcomeblock_member woked Smile


toplinks (toplinks_admin, and toplinks_member)
Didnt work this is what i have in all 3

TOPLINKS

<center><ul>
<li><a href="$settings[bburl]/member.php?action=login">$lang->toplinks_login</a></li>
<li><a href="$settings[bburl]/member.php?action=register">$lang->toplinks_register</a></li>
<li><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
<li><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></li>
<li><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></li>
<li><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>
<li><a href="$settings[bburl]/index.php">$lang->toplinks_home</a></li>
</ul></center>




TOPLINKS MEMBER
<center><ul>
<li><a href="index.php">Home</a></li>
<li><a href="$settings[bburl]/member.php?action=logout">$lang->toplinks_logout</a></li>
<li><a href="$settings[bburl]/usercp.php">$lang->toplinks_usercp</a></li>
<li><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
<li><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></li>
<li><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></li>
<li><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>
</ul></center>



TOPLINKS ADMIN
<center><ul>
<li><a href="$settings[bburl]/member.php?action=logout">$lang->toplinks_logout</a></li>
<li><a href="$settings[bburl]/usercp.php">$lang->toplinks_usercp</a></li>
<li><a href="$settings[bburl]/admin/">$lang->toplinks_admincp</a></li>
<li><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
<li><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></li>
<li><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></li>
<li><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>
<li><a href="$settings[bburl]/index.php">$lang->toplinks_home</a></li>
</ul></center>


but it didnt center.... any ideas cory mate?
Try:
<ul>
<li style="float: center"><a href="$settings[bburl]/member.php?action=login">$lang->toplinks_login</a></li>
<li style="float: center"><a href="$settings[bburl]/member.php?action=register">$lang->toplinks_register</a></li>
<li style="float: center"><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
<li style="float: center"><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></li>
<li style="float: center"><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></li>
<li style="float: center"><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>
<li style="float: center"><a href="$settings[bburl]/index.php">$lang->toplinks_home</a></li>
</ul>
or
<ul>
<li style="align: center"><a href="$settings[bburl]/member.php?action=login">$lang->toplinks_login</a></li>
<li style="align: center"><a href="$settings[bburl]/member.php?action=register">$lang->toplinks_register</a></li>
<li style="align: center"><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
<li style="align: center"><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></li>
<li style="align: center"><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></li>
<li style="align: center"><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>
<li style="align: center"><a href="$settings[bburl]/index.php">$lang->toplinks_home</a></li>
</ul>
One of those should hopefully work!
nope Sad

Tried those 2 you gave me K776 but there still at the let side of the page
Hmm. Oh well. Gold got a better links setup. You can do it then.
lol Sad

okay thanks mate.....Will wait till gold or buy vB 3 lol