View Full Version : align to center
websiteking532
07-22-2007, 02:49 PM
how can i align this to center
http://upload.bz/files/nt54z1yntm3nkvtcuidd.jpg
Kirk Y
07-22-2007, 04:18 PM
Find in your "forumhome_forumbit_level1_nopost" template:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
Replace with:
<div align="center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if></div>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.