View Full Version : how do i chage "Notice" text to the center?
bjf2k
06-12-2008, 05:44 AM
how do i change "Notice" to the align to center?
--------------------------------------------------------------------------------
got a question here
how do I change the "Notice" to the center of the bar, mine is on the left side right now.
how do I change like this
http://www.m3forum.net/m3forum/index.php
Dismounted
06-12-2008, 05:51 AM
You can edit the navbar template - it has the place holders for notices.
bjf2k
06-12-2008, 06:28 AM
i dont know how to edit it
<if condition="$show['notices']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="center">$vbphrase[notices]</td>
</tr>
<tr>
<td class="alt1" align="center">$notices</td>
</tr>
</table>
<br />
</if>
Boofo
06-12-2008, 06:34 AM
<td class="thead" align="center">$vbphrase[notices]</td>
bjf2k
06-12-2008, 06:35 AM
i just add those in red. and it works
Boofo
06-12-2008, 06:36 AM
Yes
bjf2k
06-12-2008, 06:45 AM
<td class="thead" align="center">$vbphrase[notices]</td>
i dont need edit this? <td class="alt1" align="center">$notices</td>
Dismounted
06-12-2008, 06:48 AM
If you want to also centre the actual notice text - change it.
bjf2k
06-12-2008, 06:56 AM
If you want to also centre the actual notice text - change it.
yes i do. just did both. thanks a lot:)
Boofo
06-12-2008, 07:05 AM
I was just giving an example of how to do it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.