PDA

View Full Version : how to make the text appear in the middle of the bar


johnny713
11-27-2006, 02:14 AM
Hi guy, how to make the text appear in the middle of the bar? I know some skins have the text in the middle, but my skin is not. It appear on the left side only. I want to make it appear in the middle. So how I edit to make it appear in the middle huh?

http://img207.imageshack.us/img207/2302/centerbarxq8.jpg

MeMySelfNi
11-27-2006, 04:09 PM
good question

hotwheels
11-27-2006, 06:25 PM
Try this one https://vborg.vbsupport.ru/showthread.php?t=101513 i am using it on 3.6.*

johnny713
11-27-2006, 08:55 PM
Try this one https://vborg.vbsupport.ru/showthread.php?t=101513 i am using it on 3.6.*

Thank you very much, I got it. The bottom is the one for version 3.6.X


In the forumhome_forumbit_level1_nopost template, find this:

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>




Add this before it:
<div align="center">

Add this after it:
</div>


Done !!

hotwheels
11-27-2006, 09:31 PM
awesome...........